码迷,mamicode.com
首页 >  
搜索关键字:code    ( 108667个结果
验证码类,生成验证码
class Captcha{ private $charset = 'abcdefghkmnprstuvwxyzABCDEFGHKMNPRSTUVWXYZ23456789'; //随机因子, private $code; //验证码字符串 private $codelen = 4; //验证码长度 ...
分类:其他好文   时间:2016-07-07 12:45:41    阅读次数:158
【转载】【cocos2dx】特效收集
[mw_shl_code=cpp,true] //3D晃动的特效 //CCActionInterval* shaky3D = CCShaky3D::create(5, CCSize(10, 10), 15, false); //pSprite->runAction(shaky3D); //3D瓷砖晃 ...
分类:其他好文   时间:2016-07-07 12:35:08    阅读次数:153
在项目启动时 使用监听器加载所有字典表数据
1.首先在web.xml配置 2.书写DataDictionaryListener类 3.从内存中取出每个code对应的list集合dataDictionaryService方法 获取到该code对应的arrayList数据。 ...
分类:其他好文   时间:2016-07-07 12:28:39    阅读次数:132
Entity Framework Tutorial Basics(2):What is Entity Framework?
What is Entity Framework? Writing and managing ADO.Net code for data access is a tedious and monotonous job. Microsoft has provided an O/RM framework ...
分类:其他好文   时间:2016-07-07 09:47:46    阅读次数:217
How to handle the DbEntityValidationException in C#
You can extract all the information from the DbEntityValidationException with the following code (you need to add the namespaces: System.Data.Entity.V... ...
分类:数据库   时间:2016-07-07 09:42:37    阅读次数:173
上传代码到GitHub时,遇到错误:fatal,The Requested URL return error 403
解决: from:pushing-to-git-returning-error-code-403-fatal-http-request-failed ...
分类:Web程序   时间:2016-07-06 23:23:34    阅读次数:232
Error Domain=com.google.greenhouse Code=-102
*** Terminating app due to uncaught exception 'com.google.greenhouse', reason: 'Error Domain=com.google.greenhouse Code=-102 "Unable to correctly conf ...
分类:其他好文   时间:2016-07-06 23:09:19    阅读次数:1851
ORA-00600: internal error code, arguments: [kcratr1_lastbwr], [], [], [], [], [], [], []
今天在PlateSpin Forge(关于PlateSpin相关介绍,请见最下面部分简单介绍) 复制出来的一台数据库服务器上,测试数据库能否正常启动时,遇到了“ORA-00600: internal error code, arguments: [kcratr1_lastbwr], [], [], ... ...
分类:其他好文   时间:2016-07-06 23:08:53    阅读次数:251
js匹配
1、它是js选择器匹配模式的一种2、eg: $("input[id^='code']");//id属性以code开始的所有input标签$("input[id$='code']");//id属性以code结束的所有input标签$("input[id*='code']");//id属性包含code的 ...
分类:Web程序   时间:2016-07-06 18:04:21    阅读次数:139
测试Windows Live Writer
1、WindowsLiveWriter.CNBlogs.CodeHighlighter.rar 2、Windows Live Writer Source Code plugin for SyntaxHighlighter ...
分类:Windows程序   时间:2016-07-06 18:00:42    阅读次数:229
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!