码迷,mamicode.com
首页 >  
搜索关键字:on duplicate key upd    ( 43452个结果
php实现对称加密算法DESede
不清楚DES算法的可以看维基百科<?phpclass DESede{ /** * 加密 * @param $data 待加密明文 * @param $key DES私钥 * @param $use3des 是否启用3DES加密,默认不启用 */ f...
分类:Web程序   时间:2014-05-26 15:48:34    阅读次数:1169
【炼数成金 NOSQL引航 二】 能承受海量压力的键值型数据库Redis
Redis 是一个高性能的key-value数据库。Redis的出现,很大程度补偿了memcached这类keyvalue存储的不足,在部分场合可以对关系数据库起到很好的补充作用。Redis本质上也是一种键值数据库的,但它在保持键值数据库简单快捷特点的同时,又吸收了部分关系数据库的优点。从而使它的位...
分类:数据库   时间:2014-05-26 14:17:42    阅读次数:341
linux iSCSI target/initiator配置
linux iSCSI target配置全过程一:Install iSCSI target for Linux1,操作系统:[root@rac2 ~]# cat /etc/issueEnterprise Linux Enterprise Linux AS release 4 (October Upd...
分类:系统相关   时间:2014-05-26 13:40:12    阅读次数:503
jbpm4.4碰到的异常处理收集(持续更新...)
1.异常:Cannot delete or update a parent row: a foreign key constraint fails 解决方案:将MySQL方言修改为org.hibernate.dialect.MySQLInnoDBDialect问题解决
分类:其他好文   时间:2014-05-26 10:29:56    阅读次数:229
新浪微博登录接口(PHP版)
CI框架下 新浪微博登录接口说明:本贴只适合CI框架。不是CI框架,可以参考,自己做下修改调试下,应该也能出来。第一步:申请App key和App secret申请地址:http://open.weibo.com/ 在页面点击网站接入WEB,进去申请就好了,通过后会得到App Key 和 A...
分类:Web程序   时间:2014-05-26 07:27:47    阅读次数:415
IOS 模拟QQ分组折叠
#define USER_KEY @"users"#define GROUPNAME_KEY @"groupName"@interfaceViewController (){ UITableView *_tableView; NSMutableArray *_dataSource; BOOL ...
分类:移动开发   时间:2014-05-26 06:52:50    阅读次数:316
Crystal Report Error: Either the Crystal Reports registy key permission are insufficient or the Crystal Reports runtime is not installed correctly
在64位 Windows 7中水晶报表的错误:Crystal Report Error: Either the Crystal Reports registy key permission are insufficient or the Crystal Reports runtime is not ...
分类:其他好文   时间:2014-05-26 06:38:07    阅读次数:219
We need the sql script to query the table Ditronics.Kiosk.Journal to find journal with mismatch denom information versus amount.
CREATE TABLE #MoneyTable ( Id INT IDENTITY(1, 1) PRIMARY KEY , MoneyName VARCHAR(50) ...
分类:移动开发   时间:2014-05-26 06:25:35    阅读次数:325
C#泛型集合—Dictionary<K,V>使用技巧
[csharp]view plaincopy1、要使用Dictionary集合,需要导入C#泛型命名空间 System.Collections.Generic(程序集:mscorlib)2、描述 1)、从一组键(Key)到一组值(Value)的映射,每一个添加项都是由一个值及其相关连的键组成 ...
分类:其他好文   时间:2014-05-24 11:53:21    阅读次数:297
PHP (20140523)
sort(); 升序对数组排序; 1 1 $val ) { 6 6 echo "fruits[" . $key . "] = " . $val . "\n" ; 7 7 } 8 8 9 9 ?>10 10 //输出结果11 11 12 12 fruits[0...
分类:Web程序   时间:2014-05-24 10:07:26    阅读次数:292
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!