1. Configparser 2. XML - traveral - modify - delete 3. Pycharm tips - 基本设置 - 不使用tab、tab=4空格:Editor>Code Style>Python - 字体、字体颜色:Edit>Colors & Fonts>Pyt ...
分类:
其他好文 时间:
2016-09-24 00:36:43
阅读次数:
214
说明:当前在自己的分支:self;远端开发分支:dev。 基本命令: git status git add . git commit -m 'modify' //从远端dev拉取 git pull origin dev //将自己分支self推送到远端dev git push origin self ...
分类:
其他好文 时间:
2016-09-21 13:04:44
阅读次数:
75
分页分为两种: 1 页面前台分页查询 select * from (select tmp_page.*, rownum row_id from (select ASSTYPE_ID, ASSTYPE_CODE MODIFY_BY from T_EAM_ASSTYPE where 1 = 1 ORDE ...
分类:
其他好文 时间:
2016-09-20 12:07:10
阅读次数:
272
文章来源:http://www.splaybow.com/post/iptables-rule-add-delete-modify-save.html 本文介绍iptables这个Linux下最强大的防火墙工具,包括配置iptables三个链条的默认规则、添加iptables规则、修改规则、删除规则 ...
分类:
其他好文 时间:
2016-09-20 10:14:13
阅读次数:
139
VMware Authorization Service 不能启动属于VMware Workstation安装不完整尝试控制面板修复提示需要add安装程序通过安装程序修复,选择修复仍修复失败选择modify修改选项,修复成功VM安装时最好不要随意退出 VMware Authorization Ser ...
分类:
系统相关 时间:
2016-09-18 07:47:11
阅读次数:
231
运行redis过程中,突然报错如下: (error) MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modify t ...
分类:
数据库 时间:
2016-09-16 00:18:47
阅读次数:
428
选择https或ssh的方式,复制项目链接,并使用git clone将项目克隆到本地; 修改README.md, 使用git add README.md将文件添加到暂存区,使用git commit -m "modify readme"将文件提交到本地库,使用git push将本地库推送到远程库; 到 ...
分类:
其他好文 时间:
2016-09-14 18:40:53
阅读次数:
122
Mutexes, ReadWriteLock, ArrayBlockingQueue, Thread pools, LinkedList vs ArrayList, Object Pooling, Read-Modify-Write, java.util.concurrent, java.util. ...
分类:
编程语言 时间:
2016-09-14 00:04:45
阅读次数:
202
Given a linked list, return the node where the cycle begins. If there is no cycle, return null. Note: Do not modify the linked list. Follow up:Can you ...
分类:
其他好文 时间:
2016-09-13 13:34:58
阅读次数:
110
题目: Given a linked list, return the node where the cycle begins. If there is no cycle, return null. Note: Do not modify the linked list. Follow up: Ca ...
分类:
其他好文 时间:
2016-09-12 20:38:48
阅读次数:
170