At first, i prepared to go through 《the introduction to algorithm》 ,however , i found some part of the book is difficult to understand; what’s more , ...
分类:
其他好文 时间:
2014-09-26 18:17:38
阅读次数:
249
<input id="item" style="IME-MODE: disabled; WIDTH: 15px; HEIGHT: 10px"? onkeyup="this.value=this.value.replace(/\D/g,‘‘)" onafterpaste="this.value=this.value.replace(/\D/g,‘‘)" maxlength="5" size=...
分类:
其他好文 时间:
2014-09-26 11:36:09
阅读次数:
171
情形:两个表,cms_mode是主表,cms_model_field是子表,cms_model_field的model_id字段关联到cms_model的主键。## Source for table cms_model#DROP TABLE IF EXISTS `cms_model`;CREATE ...
分类:
系统相关 时间:
2014-09-26 10:05:59
阅读次数:
237
原文:Storyboards Tutorial in iOS 7: Part 1 感谢翻译小组成员heartasice热心翻译。如果您有不错的原创或译文,欢迎提交给我们,更欢迎其他朋友加入我们的翻译小组(联系qq:2408167315)。===============================...
分类:
移动开发 时间:
2014-09-26 03:07:08
阅读次数:
399
今天想写个手电筒应用,看网上的代码基本都是如下:camera = Camera.open(); parameters = camera.getParameters(); parameters.setFlashMode(Camera.Parameters.FLASH_MODE_TORCH)...
分类:
移动开发 时间:
2014-09-26 01:07:58
阅读次数:
193
For mode 1, you have toergod all the data in the files. So thekeypoint to solve this problem is to save the words.I realized that using the Dictionary...
分类:
其他好文 时间:
2014-09-25 20:39:47
阅读次数:
171
webconfig里明明设置了timeout是很大的数值了,可是session的有效性仍然无法维持一小时。查了一下,主要是说 mode="InProc" 的话,session是放在进程里的,这样最容易丢失。如果放在 服务和数据库,会稳定一些。 很多人都放 服务里吗?cookieless设置成true...
分类:
Web程序 时间:
2014-09-25 19:30:27
阅读次数:
241
题意:
给定一个字符串,从任意位置把它切为两半,得到两条子串
定义 子串1为s1,子串2为s2,子串1的反串为s3,子串2的反串为s4
现在从s1 s2 s3 s4中任意取出两个串组合,问有多少种不同的组合方法
#include
#include
#include
#include
#include
#include
#include
#include
#inc...
分类:
其他好文 时间:
2014-09-25 17:05:17
阅读次数:
165
adadmin算是EBS DBA在常用不过的命令啦,下面我就简单介绍一下adadmin里面的常用的功能1.change maintenance mode这个是开启和关闭维护默认,当我们adpatch的时候一定要enable,正常运行EBS的时候disable.2.maintain multi-lin...
分类:
其他好文 时间:
2014-09-25 12:42:48
阅读次数:
959
0x00 预先准备和时间规划 1.因为要用到visual studio 2013,准备学习C#,预计一天时间能基本使用。 3.了解需求并设计基本数据结构与大致流程 20min 2.根据提议实现simple mode 30min 3.扩展simple mode的功能完成extend mod...
分类:
其他好文 时间:
2014-09-25 03:53:48
阅读次数:
295