Chapter 1 Good Parts:JavaScript is an important language because it is the language of the web browser.The very good ideas include functions, loose ty...
分类:
编程语言 时间:
2014-12-01 12:39:07
阅读次数:
287
USE LOL --字符串函数--string functions--ASCLL:从2008版数据库新增,编码与字符串的转换print ascii('abcde')print ascii(' ')--CHAR:将int类型码转换为字符print char (97)--charindex:查找字符串中...
分类:
其他好文 时间:
2014-12-01 10:01:00
阅读次数:
188
在functions.wp-scripts.php下加上以下的代码,可以使用www.xxxx.com/wp-login.php?name=123来访问
add_action('login_enqueue_scripts','login_protection');
function login_protection(){
if($_GET['name'] != '123')he...
分类:
其他好文 时间:
2014-11-30 16:59:28
阅读次数:
216
CodeData TypeDescription1VARCHAR2(size[BYTE|CHAR])Variable-length character string having maximum lengthsizebytes or characters.Maximumsizeis 4000 byt...
分类:
数据库 时间:
2014-11-30 13:57:49
阅读次数:
279
includes\functions\html_output.php大概323行的zenCssButton函数 function zenCssButton($image = '', $text, $type, $sec_class = '', $parameters = '') { // a...
分类:
Web程序 时间:
2014-11-29 18:54:53
阅读次数:
208
#!/usr/bin/env perl
use warnings;
use strict;
use Getopt::Long;
use FindBin qw($Bin);
use File::Basename qw(basename);
use File::Spec::Functions qw(rel2abs);
##### main program #####
my $mainPL = bas...
分类:
其他好文 时间:
2014-11-29 11:57:36
阅读次数:
218
转载:http://www.th7.cn/Program/c/201303/127343.shtml原因是Visual C++ 2012 使用了更加安全的 run-time library routines 。新的Security CRT functions(就是那些带有“_s”后缀的函数),请参见...
分类:
其他好文 时间:
2014-11-28 14:08:36
阅读次数:
291
M13BadgeViewM13BadgeView is a customizable badge view for iOS applications. The badge is built to be customizeable in every way possible, If not custo...
分类:
其他好文 时间:
2014-11-28 00:55:05
阅读次数:
212
延长zencart1.5.x后台的15分钟登录时间打开includes\functions\sessions.phpif (IS_ADMIN_FLAG === true) { if (!$SESS_LIFE = (SESSION_TIMEOUT_ADMIN > 900 ? 900 : SESSIO....
分类:
其他好文 时间:
2014-11-27 14:17:11
阅读次数:
135
ggregate Functions(Transact-SQL)聚合函数AVG:求平均分COUNT:计算个数MAX:求最大值MIN:求最小值SUM:求和求平均身高select AVG (shengao) from student as:添加的列名select AVG (shengao) as 平均身...
分类:
其他好文 时间:
2014-11-27 12:26:09
阅读次数:
420