超级有用的PHP代码片段。当你在开发网站、应用或者博客时,利用这些代码能为你节省大量的时间。一、查看邮件是否已被阅读 当你在发送邮件时,你或许很想知道该邮件是否被对方已阅读。这里有段非常有趣的代码片段能够显示对方IP地址记录阅读的实际日期和时间。 [php] view plain copy prin ...
分类:
Web程序 时间:
2017-05-04 18:30:20
阅读次数:
263
Babelfish Time Limit: 3000MS Memory Limit: 65536K Total Submissions: 35828 Accepted: 15320 Description You have just moved from Waterloo to a big city ...
分类:
其他好文 时间:
2017-05-03 13:26:31
阅读次数:
131
2017. Best of a bad lot Time limit: 1.0 secondMemory limit: 64 MB A cruise liner hasn’t moved away from the land even for three miles when it became a ...
分类:
其他好文 时间:
2017-04-30 23:03:04
阅读次数:
281
2014. Zhenya moves from parents Time limit: 1.0 secondMemory limit: 64 MB Zhenya moved from his parents’ home to study in other city. He didn’t take a ...
分类:
其他好文 时间:
2017-04-30 21:32:42
阅读次数:
219
“Waiting for orders we held in the wood, word from the front never came By evening the sound of the gunfire was miles away Ah softly we moved through ...
分类:
其他好文 时间:
2017-04-29 20:03:47
阅读次数:
158
Git基本操作(add,commit的理解) 1.创建仓库 ——创建工作目录(Working Directory):git三种副本:工作目录(Working Direcotry),暂存区域(Stage,索引(Index)),仓库(History) #/home/yang/Documents/repo ...
分类:
其他好文 时间:
2017-04-29 12:53:49
阅读次数:
234
ConfigurableBeanFactory :关系如下 在上面这样的一个关系图中可以先看下SingletonBeanRegistry的源代码: 这个接口的方法:主要单例bean的注册,生成实例,以及统计单例bean 1.对父接口中HierarchicalBeanFactory得获取父beanfa ...
分类:
其他好文 时间:
2017-04-28 13:48:23
阅读次数:
187
安装MySQL 下载的mysql的安装包就是MySQL-5.6.22-1.el6.x86_64.rpm-bundle.tar。可以使用file命令来查看一下这个文件,它是一个tar的软件包,所以说我们需要先将这个tar包解开,再运行里面的rpm包,[root@robin tmp]# file MyS ...
分类:
数据库 时间:
2017-04-28 10:26:10
阅读次数:
303
/** * 向localStorage中设置数据 * @param key 字符串 * @param value 数组 */ function SetDataIntoLocalStorage(key, value) { localStorage.setItem(key, JSON... ...
分类:
Web程序 时间:
2017-04-26 18:12:27
阅读次数:
215
因为装的时候弄坏了 先来学习下怎么卸载吧,如下输入终端就好了 ...
分类:
数据库 时间:
2017-04-24 15:49:20
阅读次数:
226