会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
wangke-tech
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
12
13
14
15
16
17
18
19
20
···
30
下一页
2016年5月4日
[python]内建数据结构归纳
摘要: . ...
阅读全文
posted @ 2016-05-04 02:01 cn_wk
阅读(49)
评论(0)
推荐(0)
2016年5月3日
[python]CategoryTree的设计与实现
摘要: CatagoryTree的设计与实现题目要求...
阅读全文
posted @ 2016-05-03 16:42 cn_wk
阅读(119)
评论(0)
推荐(0)
[python]连接两个List
摘要: 除了直接相加(生成新的list),还有两种方法(修改其中一个list):用list的extend方法,L1.extend(L2),该方法将参数L2的全部元素添加到L1的尾部,例如:>>> L1 = [1, 2, ...
阅读全文
posted @ 2016-05-03 14:27 cn_wk
阅读(305)
评论(0)
推荐(0)
[python] 优雅的操作字典
摘要: Python 优雅的操作字典一 17 九月 2012https://www.linuxzen.com/python-you-ya-de-cao-zuo-zi-dian.htmlPython 中的字典是Python...
阅读全文
posted @ 2016-05-03 13:55 cn_wk
阅读(102)
评论(0)
推荐(0)
2016年5月2日
[linux]结束进程
摘要: Iam a new Linux system user. How do I kill process on Linux based server using command line options? How c...
阅读全文
posted @ 2016-05-02 02:30 cn_wk
阅读(141)
评论(0)
推荐(0)
2016年5月1日
[git]ssh: Could not resolve hostname github.com: nodename nor servname provided, or not known
摘要: ssh: Could not resolve hostname github.com: nodename nor servname provided, or not knownThis sounds like a...
阅读全文
posted @ 2016-05-01 14:16 cn_wk
阅读(931)
评论(0)
推荐(0)
[django]django后台css样式丢失
摘要: [html] view plain copy 第一次根据教程兴高采烈的打开后台的时候发现是这样的 尼玛 坑爹啊 怎么光秃秃的,跟人家的不一样啊打开firebug 发现报错,找不到css通过google找到原因,...
阅读全文
posted @ 2016-05-01 13:06 cn_wk
阅读(550)
评论(0)
推荐(0)
[系统运维]进程的守护神 - Supervisor
摘要: 进程的守护神 - SupervisorPython 4工 14tool 9Supervisor是一个Python开发的client/server系统,可以管理和监控*nix上面的进程。不过同daemontools...
阅读全文
posted @ 2016-05-01 11:30 cn_wk
阅读(96)
评论(0)
推荐(0)
[系统运维]Supervisord安装和启动程序
摘要: supervisord是client/server 系统把不是守护进程的进程变成守护进程监控它自己启动的进程,类似于看门狗可以作为开机启动的一种封装可以精确控制进程的状态,而不是pidfile那么不准确安装说白了...
阅读全文
posted @ 2016-05-01 10:54 cn_wk
阅读(200)
评论(0)
推荐(0)
2016年4月30日
[python]Python Fabric - No hosts found. Please specify (single) host string for connection
摘要: [description]:def bootstrap(): host = 'ec2-54-xxx.xxx.xxx.compute-1.amazonaws.com' env.hosts = [host...
阅读全文
posted @ 2016-04-30 11:18 cn_wk
阅读(253)
评论(0)
推荐(0)
上一页
1
···
12
13
14
15
16
17
18
19
20
···
30
下一页
公告