Nepal has declared three days of mourning for the victims of Saturday's 7.8 magnitude earthquake that left nearly 5,000 dead and thousands more in des...
分类:
其他好文 时间:
2015-04-29 21:08:13
阅读次数:
172
转载自 :http://www.cnblogs.com/shanyou/archive/2011/01/30/1948088.htmlMac-OSX下安装Git是一件很简单的事,我们可以下载一个安装包直接以图形界面方式安装,从http://code.google.com/p/git-osx-inst...
分类:
系统相关 时间:
2015-04-29 21:09:52
阅读次数:
188
最近做一个项目,用到了百度ueditor富文本编辑器,功能强大,在线编辑文档,上传图片视频、附件。1、访问http://ueditor.baidu.com/website/download.html 进入开发版的下载页面,下载.net UTF-8版本,现在最新的是1.43版。2、下载后解压,将文件夹...
分类:
Web程序 时间:
2015-04-29 21:06:45
阅读次数:
274
在上一篇读书笔记中,我概括的说了一下自己的感受,现在我想结合我们现在的团队项目,具体谈谈自己的感受。 读完一本书,最最深刻的就是第一篇故事——电梯的维修问题,我知道了什么是问题,软件项目中的问题就是用户期望的东西和体验的东西之间的差别,那么故事中是怎样解决这个问题的呢? 方法1:在电梯旁挂镜...
分类:
其他好文 时间:
2015-04-29 21:09:03
阅读次数:
127
格式:mount [-参数] [设备名称] [挂载点]其中常用的参数有:-a安装在/etc/fstab文件中类出的所有文件系统。-f伪装mount,作出检查设备和目录的样子,但并不真正挂载文件系统。-n不把安装记录在/etc/mtab文件中。-r讲文件系统安装为只读。-v详细显示安装信息。-w将文件...
分类:
系统相关 时间:
2015-04-29 21:07:30
阅读次数:
186
A和B做法和官方题解一样C题我是用背包+map,先把任务按最早開始的时间进行排序,然后去背包,dp[j]表示j时间能得到最大的得分,然后就过了。。代码:A:#include #include #include using namespace std;int n, b;char str[205];in...
分类:
其他好文 时间:
2015-04-29 21:09:27
阅读次数:
94
使用正padding和负margin对冲实现多列布局方法 这种方法很简单,就是在所有列中使用正的上、下padding和负的上、下margin,并在所有列外面加上一个容器,并设置overflow:hiden把溢出背景切掉。 html代码 left left left ...
分类:
Web程序 时间:
2015-04-29 21:06:59
阅读次数:
118
ZipArchive *unZip = [[ZipArchive alloc]init]; if ([unZip unzipOpenFile:savePath]) { BOOL ret = [unZip unzipFileTo:createDic overwrite:YES]; ...
分类:
其他好文 时间:
2015-04-29 21:06:48
阅读次数:
115
创建函数delimiter //create function function_name([parameters])returns return_type begindo your workend//delimiter ;说明:1.//可以用$$代替2.最后一句delimiter与分号之间有...
分类:
数据库 时间:
2015-04-29 21:07:20
阅读次数:
209
1、hive Web接口的使用1)在source中打出hive-hwi-1.1.0.war包进入源码hwi/web执行打包 jar cvf hive-hwi-1.1.0.war ./*2)将hive-hwi-1.1.0.war拷贝到/home/Hadoop/hive/lib 目录下将/home/Ha...
分类:
其他好文 时间:
2015-04-29 21:06:55
阅读次数:
217
/*** iOS8 分割线问题 在xib/storyboard下面解决方案 http://qiita.com/yimajo/items/10f16629200f1beb7852 http://www.cocoachina.com/ios/20141026/10045.html http://www....
分类:
移动开发 时间:
2015-04-29 21:04:33
阅读次数:
1059
Let's play a traditional game Nim. You and I are seated across a table and we have a hundred stones on the table (we know the number of stones exactly...
分类:
其他好文 时间:
2015-04-29 21:06:13
阅读次数:
180
Browser设置搜索引擎,在com.android.browser.preferences.GeneralPreferencesFragment中加载R.xml.general_preferences。看看general_preferences.xml Sea...
分类:
其他好文 时间:
2015-04-29 21:04:44
阅读次数:
225
利用js发送简单GET的请求:var xmlhttp;if (window.XMLHttpRequest){// code for IE7+, Firefox, Chrome, Opera, Safari xmlhttp=new XMLHttpRequest();} else {// code...
分类:
Web程序 时间:
2015-04-29 21:06:41
阅读次数:
136
在Mac 上使用Docker,由于使用的是虚拟机,然后Docker 在挂载目录的时候,实际上是挂载的虚拟机上的文件/目录。 boot2docker 默认会将 Mac的 /Users 挂载到虚拟机中,所以使用Docker挂载Home 目录的时候不会出现问...
分类:
系统相关 时间:
2015-04-29 20:02:03
阅读次数:
189
var?name?=?"The?Window";???
function?aaa(){?
this.name?=?"My?Object";???
this.getNameFunc?=?function(){???
return??name;?????
...
分类:
Web程序 时间:
2015-04-29 20:01:24
阅读次数:
161
Spring Dependencies Injection 1、construtor argsInjection ????1.1 ref注入 <beans>
????<bean?id="foo"?class="x.y.Foo">
????????<constructor-arg?ref="bar"/>
????????<constr...
分类:
编程语言 时间:
2015-04-29 20:00:35
阅读次数:
138