Python笔记,涵盖序列、索引、分片等知识点 Read More
posted @ 2016-04-14 22:53 Vman Views(7278) Comments(1) Diggs(0) Edit
预备知识 Python 调试手段、日志:pdb 开源框架 Django 面向对象:类、继承、多态 编码规范 搭建环境 安装docker,下载openstack镜像,关于docker "参考" 使用fuel来部署openstack 学习openstack基础 OpenStack基本架构 各个组建,了解 Read More
posted @ 2016-04-02 16:37 Vman Views(504) Comments(0) Diggs(0) Edit
这篇文章编译整理自Stack Overflow的一个如何开始学习Node.js的Wiki帖,这份资源列表在SO上面浏览接近60万次,数千个收藏和顶。特意整理发布到这里,其中添加了部分中文参考资料。学习指南和教程NodeSchool.io交互式课程Node的艺术 (Node简介)Hello World... Read More
posted @ 2015-09-10 22:06 Vman Views(369) Comments(0) Diggs(0) Edit
1. 虚拟机迁移技术漫谈 http://www.ibm.com/developerworks/cn/linux/l cn mgrtvm1/ 2. 华为support http://support.huawei.com/enterprise/productsupport?pid=8542704 3. ... Read More
posted @ 2015-09-10 21:48 Vman Views(250) Comments(0) Diggs(0) Edit
使用PHP自带的Mysql拓展库进行Mysql操作:1.配置连接参数:#配置连接参数:Mysql服务器、用户、密码 $my_server = "localhost"; $my_username = "root"; $my_password = "password";2.建立数据库连接:$connect = mysql_connect($my_server, $my_username, $my_password); if ($connect == false){ echo "Error: Connect to the ' Read More
posted @ 2012-12-27 22:38 Vman Views(4912) Comments(0) Diggs(1) Edit
原文:http://www.csdn.net/article/2012-11-30/2812375-learning-new-programming-skills Read More
posted @ 2012-12-03 14:26 Vman Views(214) Comments(0) Diggs(0) Edit
1. system_user() 系统用户名2.user() 用户名3.current_user当前用户4.session_user()连接数据库的用户名5.database()数据库名6.version()数据库版本7.load_file()读取本地文件的函数8. @@datadir 读取数据库路径9. @@basedir读取数据库安装路径10.@@version_compile_os;读取操作系统信息 Read More
posted @ 2012-11-15 19:59 Vman Views(371) Comments(0) Diggs(0) Edit
1-C编程基础 先C基础,C++(类/继承/虚函数),基础中最重要的是掌握指针的操作、内存管理[各类变量的生存期、作用域、可见性等]、简单数据结构[数组/链表/hash]; 资料:《c primer plus》,资料很多,可在网上搜集;2-网络基础 计算机网络,tcp/ip协议知识,资料:《tcp/ip详解》卷一、卷二; 学习TCP、UDP协议相关,熟悉常用的应用协议;3-网络编程 UNIX网络编程第1卷(第一、二部分);4-高级进阶 TCP-IP详解卷2、卷3; UNIX网络编程第1卷、2卷; UNIX环境高级编程;5-学习产出 阶段实践与学习笔记; Read More
posted @ 2011-11-10 10:02 Vman Views(490) Comments(0) Diggs(0) Edit
vSphere 包括以下软件组件: ESXi 一种虚拟化平台,您可使用此平台将虚拟机创建为一组配置和磁盘文件,它们可共同执行物理机的所有功能。 通过 ESXi,可以运行虚拟机,安装操作系统,运行应用程序以及配置虚拟机。配置包括识别虚拟机的资源,如存储设备。 服务器可提供引导程序、管理以及其他管理虚拟 Read More
posted @ 2017-03-29 15:45 Vman Views(1837) Comments(0) Diggs(0) Edit
"原文" Read More
posted @ 2016-08-19 11:16 Vman Views(6272) Comments(0) Diggs(0) Edit
http://www.cnblogs.com/BeginMan/p/3197649.html Read More
posted @ 2016-07-24 15:34 Vman Views(432) Comments(0) Diggs(0) Edit
mongostat是mongoDB自带的工具,用于检测mongodb的运行状态。 Read More
posted @ 2016-07-23 18:55 Vman Views(7105) Comments(0) Diggs(0) Edit
mongoperf是mongoDB自带工具,用于评估磁盘随机IO性能。 Read More
posted @ 2016-07-23 18:53 Vman Views(1931) Comments(1) Diggs(0) Edit
"官方文档" mongoperf is a utility to check disk I/O performance independently of MongoDB. It times tests of random disk I/O and presents the results. You Read More
posted @ 2016-07-21 17:56 Vman Views(408) Comments(0) Diggs(0) Edit
ipcs ipcs q : 显示所有的消息队列 ipcs qt : 显示消息队列的创建时间,发送和接收最后一条消息的时间 ipcs qp: 显示往消息队列中放消息和从消息队列中取消息的进程ID ipcs q i msgid: 显示该消息队列结构体中的消息信息: ipcs ql : 显示消息队列的限制 Read More
posted @ 2016-07-14 15:11 Vman Views(13786) Comments(0) Diggs(0) Edit
MongoDB复制集原理 https://yq.aliyun.com/articles/64?spm=5176.100239.blogcont14692.15.XzCCrj MongoDB管理:如何优雅的重启复制集? https://yq.aliyun.com/articles/14692 数据库高 Read More
posted @ 2016-07-14 14:53 Vman Views(527) Comments(0) Diggs(0) Edit
初始化项目 python manage.py runserver python manage.py runserver 127.0.0.1:8080 python manage.py startapp polls 编辑视图 Views 编辑urls urls.py 数据库 model python Read More
posted @ 2016-07-14 00:00 Vman Views(279) Comments(0) Diggs(0) Edit
参考:https://docs.djangoproject.com/en/1.9/topics/install/ installing official release 升级pip 安装django 检查安装结果 查看django版本 `python m django version` Read More
posted @ 2016-07-03 17:08 Vman Views(1246) Comments(0) Diggs(0) Edit