http://www.cnblogs.com/little-ant/p/3196201.htmlsimple_one_for_one vs one_for_one:相同点:这种Restart Strategy和one_for_one基本相同(即当一个child process挂掉后,仅仅重启该chi...
分类:
其他好文 时间:
2015-01-23 13:08:28
阅读次数:
244
动态绑定方法一:动态绑定数据库中的字段。SqlConnection conn = UtilitySqlClass.OperateDataBase.ReturnConn();string strSQL = "select * from CompanyType";SqlDataAdapter ada =...
分类:
其他好文 时间:
2015-01-23 13:08:56
阅读次数:
191
//根据文件句柄,获取文件名#include #include #include #include #include #define BUFSIZE 512 BOOL GetFileNameFromHandle(HANDLE hFile) { BOOL bSuccess = FALSE; TC...
分类:
其他好文 时间:
2015-01-23 13:07:34
阅读次数:
148
Find Minimum in Rotated Sorted Array II2015.1.23 11:41Suppose a sorted array is rotated at some pivot unknown to you beforehand.(i.e.,0 1 2 4 5 6 7mig...
分类:
其他好文 时间:
2015-01-23 13:08:41
阅读次数:
135
原文连接:http://www.raspberrypi-spy.co.uk/2014/08/how-to-reset-a-forgotten-raspberry-pi-password/大致过程是这样的:1、首先将sd卡从树莓派取出,2、在另一台电脑上,修改初始化进程为bin目录下的sh;3、然后插...
分类:
其他好文 时间:
2015-01-23 13:08:52
阅读次数:
1276
Description Julius Caesar lived in a time of danger and intrigue. The hardest situation Caesar ever faced was keeping himself alive. In order for him ...
分类:
其他好文 时间:
2015-01-23 13:07:31
阅读次数:
105
3 Options.1. Host inside of an application.2. Host into Windows service.3. Host into IIS参考:http://www.codeproject.com/Articles/38160/WCF-Service-Libra...
分类:
其他好文 时间:
2015-01-23 13:06:16
阅读次数:
126
Sign in · Twitter Bootstrap ...
分类:
其他好文 时间:
2015-01-23 13:06:27
阅读次数:
531
1、prop适用于HTML元素本身就带有的固有属性2、attr适用于HTML元素我们自定义的属性console.log($('[input="checkbox"]').attr("checked")) //undefinedconsole.log($('[input="checkbox"]').p....
分类:
其他好文 时间:
2015-01-23 13:06:09
阅读次数:
115
发布流关键函数:RTMP_EnableWrite(rtmp);将rtmp设置可写状态,会发出publish指令,否则是play指令;
分类:
其他好文 时间:
2015-01-23 13:05:41
阅读次数:
158
http://www.cnblogs.com/witxjp/archive/2010/06/05/1752181.html最近在做个数据库程序,因为有些数据用户要求导出到Excel文件显示(需要报给其他单位)。所以查阅了一下相关的VC的Excel编程操作,总结一下吧:(所有资料来源于网络)利用VC操...
分类:
其他好文 时间:
2015-01-23 13:04:09
阅读次数:
196
DescriptionAn inch worm is at the bottom of a well n inches deep. It has enough energy to climb u inches every minute, but then has to rest a minute b...
分类:
其他好文 时间:
2015-01-23 13:03:41
阅读次数:
258
DescriptionFatMouse prepared M pounds of cat food, ready to trade with the cats guarding the warehouse containing his favorite food, JavaBean. The war...
分类:
其他好文 时间:
2015-01-23 13:04:48
阅读次数:
148
Centos文本方式安装情况下lvm分区的创建有些时候,安装centos,会进入文本方式下,而不是进入图形方式.原来一直认为在文本方式下作lvm分区会有限制(记得rhel官方文档里面也这么说.)昨天,在linux系统管理区看到一个讨论,亲自做了一下实验,验证了可以在文本方式下创建lvm分区并且文本安...
分类:
其他好文 时间:
2015-01-23 13:04:05
阅读次数:
262
获取屏幕转向和根据转向方向设置宽度;1、获取屏幕转向事件:[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(rotateScreen) name:UIDeviceOrientationDidChange...
分类:
其他好文 时间:
2015-01-23 13:04:23
阅读次数:
177
代码: 当使用背景图片的时候,不给定div宽和高背景图片是看不到的使用绝对定位定义层级时:z-index:99;(值越大层级越高),如果定位的div给定的宽度为100%,,则它的参照不是原来的父级div的宽度,,而是当前页面的宽度来自:http://blog.csdn.net/cctv_end/a....
分类:
其他好文 时间:
2015-01-23 13:03:01
阅读次数:
154
Fedora20自带OpenJDK,所以如果安装官方的JDK的话要先删除OpenJDK,步骤如下:1:rpm -qa|grep jdk 查看当前的jdk情况。2:yum -y remove java java-1.7.0-openjdk* 卸载openjdk,这个过程中因为依赖原因可能会卸载一些额外...
分类:
其他好文 时间:
2015-01-23 13:01:55
阅读次数:
155