When the dependent clause comes first, a comma should be used to separate the two clauses. eg.Because Mary and Samantha arrived at the bus station bef ...
分类:
其他好文 时间:
2019-01-12 16:41:55
阅读次数:
293
* PHPExcel基本使用 * PS:文章如果有误,请及时指出,给予修改 * 项目中导入PHPExcel * 可以去网上下载 github composer 都可以 * 为了方便下载,我将压缩包添加到了百度云 下面是地址和提取密码 * 链接:https://pan.baidu.com/s/10ea ...
分类:
Web程序 时间:
2019-01-12 12:12:01
阅读次数:
255
使用版本4:uuid4就可以了 UUID4缺点:糟糕的随机数发生器使得它更有可能发生碰撞,但是概率真的很小 UUID1缺点:暴露隐私 If all you want is a unique ID, you should probably call uuid1() or uuid4(). Note t ...
分类:
编程语言 时间:
2019-01-12 00:27:22
阅读次数:
221
内容来自:https://codereview.stackexchange.com/questions/20871/single-instance-wpf-application 第一步:添加System.RunTime.Remoting引用 第二步:新建一个类class1.cs(按自己想法命名) ...
前言 前面两篇主要说了下client server的session相关的内容,到这里client的内容以及client server的连接的内容也就基本告一段落了,剩下的部分就是server部分内部的结构,zk的选举以及server部分的工作机制等了。 这一篇主要说下单机server的启动过程,里面 ...
分类:
其他好文 时间:
2019-01-09 22:20:30
阅读次数:
159
现在写代码比以前好多了,代码的格式都有eslint、prettier、babel(写新版语法)这些来保证,然而,技术手段再高端都不能解决代码可读性(代码能否被未来的自己和同事看懂)的问题,因为这个问题只有人自己才能解决。我们写代码要写到下图中左边这样基本上就功德圆满了。(1)变量数量的定义拒绝:滥用变量letkpi=4;//定义好了之后再也没用过functionexample(){vara=1;v
分类:
编程语言 时间:
2019-01-09 11:14:42
阅读次数:
140
During his last sabbatical, professor M. A. Ya made a surprising discovery about the old Maya calendar. From an old knotted message, professor discove ...
分类:
编程语言 时间:
2019-01-09 00:27:20
阅读次数:
193
password - the password that needs to be hashed. This should be convertedinto a char array before passing. salt- salt value that should append to the ...
分类:
其他好文 时间:
2019-01-08 19:26:50
阅读次数:
343
A lame traveler should get out betimes . 导读: 流程控制语句 序列应用 文件目录操作 函数 装饰器 生成器 字符串和正则表达式 模块 异常处理及程序调试 面向对象 接口类 流程控制语句 序列应用 文件目录操作 函数 装饰器 生成器 字符串和正则表达式 模块 ...
分类:
编程语言 时间:
2019-01-05 00:16:40
阅读次数:
211
个人博客原文: "接口隔离原则" 设计模式六大原则之四:接口隔离原则。 简介 姓名 :接口隔离原则 英文名 :Interface Segregation Principle 价值观 :宁缺毋滥 个人介绍 : 1. Clients should not be forced to depend upon ...
分类:
其他好文 时间:
2019-01-04 22:36:57
阅读次数:
204