- 浏览: 56999 次
- 性别:
- 来自: 广州
-
最新评论
文章列表
set @byFlag = 'week';
set @sourceFlag= 'Web';
SELECT IF(@byFlag = 'week',2,3);
SELECT
CASE @byFlag WHEN 'week' THEN 'one'
WHEN 2 THEN 'two'
ELSE 'more' END;
SELECT
CASE @byFlag
WHEN 'week' THEN (
select 'one')
WHEN 'month' THEN 'two'
ELSE 'more' END;
http://www.meadol.com/forum.php
http://www.tudou.com/player/outside/player_outside.swf?iid=61484896&snap_pic=http%3A%2F%2Fi01.img.tudou.com%2Fdata%2Fimgs%2Fi%2F061%2F484%2F896%2Fw.jpg&default_skin=http%3A%2F%2Fjs.tudouui.com%2Fbin%2Fplayer2%2Foutside%2FSkin_outside_52.swf&autostart= ...
http://58.49.94.157/星际争霸2最新台版完整客户端_v1.0.2_sc2p.com.rar.torrent
http://docs.oracle.com/javase/tutorial/java/
http://docs.oracle.com/javase/tutorial/essential/index.html
http://docs.oracle.com/javase/tutorial/collections/index.html
http://docs.oracle.com/javase/tutorial/essential/index ...
BODY
{background-color:#f2f5fe;margin:0px 2px;font-family:MS Shell Dlg 2;direction:ltr;word-wrap:break-word;color:#000000;font-size:9pt;overflow:auto;}
DIV#ColorBandedheader
{background-color:#ffffff;}
DIV#ColorBandedcontent
{background-color:#ffffff;}
打篮球其实好多人问过我,我唔带眼镜睇唔睇得清,
...
http://bbs.weiphone.com/thread-htm-fid-209.html
http://img.ph.126.net/xeo-eqdh0rI2oXiOHmhq5w==/3697736769048013185.jpg#3
http://www.processing.org/learning/3d/cubicgrid.html
two different kind of single-sign-on solutions: delegated and federated
factorial
DELIMITER $$
DROP PROCEDURE IF EXISTS `FACTORIAL` $$
CREATE DEFINER=`root`@`localhost` PROCEDURE `FACTORIAL`(
IN N BIGINT(20),
OUT FACT BIGINT(20)
)
BEGIN
SET @@max_sp_recursion_depth = 60;
IF N = 1 THEN
SELECT 1 INTO FACT;
ELSE
CALL FACTORIAL(N-1, @RET);
SELECT N*@ ...
http://stackoverflow.com/questions/737453/what-does-formatresult-and-formatitem-options-do-in-jquery-autocomplete
http://caterpillar.onlyfun.net/Gossip/AjaxGossip/HandleJSON.html
http://diary.tw/tim/22 (this one explains what ‘{‘, ‘[‘ and ‘”’ represent in JSON)
http://www.ibm.com/developerworks/cn/web/wa-lo-json/
http://www.memeo.com/choose_backup.php
http://support.memeo.com/ics/support/default.asp?deptID=15014
http://www.gladinet.com/p/download_starter_direct.htm
->http://www.gladinet.com/p/downloadmsi_357.htm
1. http://www.opensymphony.com/
2. http://sourceforge.net/
3. http://www.apache.org/
4. http://www.codeproject.com/
php : smarty, wordpress, nginx
if in the taglib test use add it the metalib method
void setUp() {
super.setUp()
String.metaclass.encodeAsHTML = {
org.codehaus.groovy.grails.plugins.codecs.HTMLCodec.encode(delegate)
}
}
if in the controller test can use above method or use the load code method
...