package yixin;import java.security.MessageDigest;import java.util.Arrays;public class data_change { static char[] HEX_DIGITS = {'0','1','2','3','4',.....
分类:
编程语言 时间:
2015-05-26 18:41:52
阅读次数:
147
@interface ViewController (){ UIView *firstView; UIView *secondView; UIView *thirdView; }@end@implementation ViewController- (void)v...
分类:
移动开发 时间:
2015-05-26 18:39:24
阅读次数:
160
作者:阮一峰一、inode是什么?理解inode,要从文件储存说起。文件储存在硬盘上,硬盘的最小存储单位叫做"扇区"(Sector)。每个扇区储存512字节(相当于0.5KB)。操作系统读取硬盘的时候,不会一个个扇区地读取,这样效率太低,而是一次性连续读取多个扇区,即一次性读取一个"块"(block...
分类:
其他好文 时间:
2015-05-26 18:38:24
阅读次数:
141
array_unique() :去除数组中的重复项,只适用于一维数组它不像 sort()方法,eg: $arraytest = array('tommy','tommy','abcd'); sort($arraytest); print_r($arraytest); 运行结果是: ar...
分类:
编程语言 时间:
2015-05-26 18:40:59
阅读次数:
284
//header("Content-Type: text/html;charset=utf-8");//输出不乱码,你懂的// 红包逻辑$total=10;//红包总额$num=8;// 分成8个红包,支持8人随机领取$min=0.01;//每个人最少能收到0.01元for ($i=1;$i';}e...
分类:
其他好文 时间:
2015-05-26 18:40:31
阅读次数:
105
由于即将要接手的新项目计划用ASP.NET MVC3来开发,所以最近一段时间一直在看相关的书或文章。因为之前在大学里也曾学习过MVC2开发,也做过几个简单的MVC2的小型测试项目,不过在后来工作以后主要还是开发WebForm的项目,所以MVC的东西也就逐渐的淡忘了。 经过这一段时间的系统学习,...
#include #include #include #include #include //#include static gint repeats = 2; static gint max_size = 8; static gboolean verbose...
分类:
其他好文 时间:
2015-05-26 18:40:16
阅读次数:
280
题目传送门 1 /* 2 模拟:这就是一道模拟水题,看到标签是贪心,还以为错了呢 3 题目倒是很长:) 4 */ 5 #include 6 #include 7 #include 8 #include 9 #include 10 using namespace std;11 ...
分类:
其他好文 时间:
2015-05-26 18:40:27
阅读次数:
185
环境 ubuntu 14.04 桌面版postgresql 源码下载链接,本教程是使用postgresql 9.3.4 进行编译的http://www.postgresql.org/ftp/source/首先我们需要给ubuntu 安装几个包,因为 postgresql 编译时依赖install l...
分类:
数据库 时间:
2015-05-26 18:40:06
阅读次数:
365
(一) 在Debug模式下,编译程序时,出现这样的错误:fatal error C1010: 在查找预编译头时遇到意外的文件结尾。解决方式:选择出错的.cpp文件,打开其属性,选择 c/c++ ->预编译头 -> 创建/使用预编译头 将“使用预编译头(/Yu)” 修改为 “不使用预编译头” 即可。....
分类:
其他好文 时间:
2015-05-26 18:39:44
阅读次数:
176
作者:MSDN译者:李马摘要 Windows NT 3.1引入了一种名为PE文件格式的新可执行文件格式。PE文件格式的规范包含在了MSDN的CD中(Specs and Strategy, Specifications, Windows NT File Format Specifications).....
分类:
其他好文 时间:
2015-05-26 18:38:44
阅读次数:
133
1.前言我们都知道,IE对盒模型的渲染在StandardsMode和QuirksMode是有很大差别的,在StandardsMode下对于盒模型的解释和其他的标准浏览器是一样,但在QuirksMode模式下则有很大差别,而在不声明Doctype的情况下,IE默认又是QuirksMode。所以为兼容性...
分类:
其他好文 时间:
2015-05-26 18:38:55
阅读次数:
95
适用于敏感菌所致的尿路感染、淋病、前列腺炎、肠道感染和伤寒及其他沙门菌感染。诺氟沙星(Norfloxacin,又名Noroxin、Fulgram),别名:力醇罗、氟哌酸、淋克星。其化学名为1-乙基-6-氟-1,4-二氢-4-氧代-7-(1-哌嗪基)-3-喹啉羧酸。本品为第三代喹诺酮类抗菌药,会阻碍消...
分类:
其他好文 时间:
2015-05-26 18:39:23
阅读次数:
103
int windowWidth = this.getWidth(); //获得窗口宽int windowHeight = this.getHeight(); //获得窗口高Toolkit kit = Toolkit.getDefaultToolkit(); //定义工具包Dimension scre...
分类:
其他好文 时间:
2015-05-26 18:37:45
阅读次数:
186
原文:http://blog.csdn.net/chyroger/article/details/5785297NSUserDefaults可以存取一些短小的信息。比如存入再读出一个字符串到NSUserDefaults:[cpp]view plaincopyNSString*string=[NSSt...
分类:
其他好文 时间:
2015-05-26 18:36:27
阅读次数:
175
http://www.my97.net/dp/demo/ 日期插件 演示地址:http://www.my97.net/dp/demo/resource/2.1.asp 选择日期:(周末高亮) 选...
分类:
其他好文 时间:
2015-05-26 18:39:13
阅读次数:
255