码迷,mamicode.com
首页 >  
搜索关键字:built-in functions    ( 2913个结果
JavaScript: The Good Parts
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
更改wordpress后台访问路径
在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
Oracle内置数据类型(Built-in Data Types)
CodeData TypeDescription1VARCHAR2(size[BYTE|CHAR])Variable-length character string having maximum lengthsizebytes or characters.Maximumsizeis 4000 byt...
分类:数据库   时间:2014-11-30 13:57:49    阅读次数:279
zencart更改css按钮的宽度css buttons
includes\functions\html_output.php大概323行的zenCssButton函数 function zenCssButton($image = '', $text, $type, $sec_class = '', $parameters = '') { // a...
分类:Web程序   时间:2014-11-29 18:54:53    阅读次数:208
perl格式化模板
#!/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
Visual Studio 2012 编译错误【error C4996: 'scanf': This function or variable may be unsafe. 】的解决方案(转载)
转载: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
[翻译] M13BadgeView
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分钟登录时间和取消90天强制更换密码
延长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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!