码迷,mamicode.com
首页 >  
搜索关键字:env    ( 6492个结果
python核心编程中网络爬虫的例子
1 #!/usr/bin/env python 2 3 import cStringIO # 4 import formatter # 5 from htmllib import HTMLParser ...
分类:编程语言   时间:2014-07-22 22:58:15    阅读次数:284
setjmp和longjmp
此文是学习 C专家编程 中的笔记。setjmp和longjmp是C语言所独有的,它们部分弥补了C语言有限的转移能力。函数说明(来自wiki百科):int setjmp(jmp_bufenv)建立本地的jmp_buf缓冲区并且初始化,用于将来跳转回此处。这个子程序保存程序的调用环境于env参数所指的缓...
分类:其他好文   时间:2014-07-19 20:09:16    阅读次数:221
Teamcenter10 step-by-step installation in Linux env-Teamcenter WebTier Installation
Introduction Actually, in the last post Teamcenter10 step-by-step installation in Linux env-Teamcenter Server Installation, we have finished both 2-ti...
分类:Web程序   时间:2014-07-18 12:12:38    阅读次数:1909
yii2验证码的使用
1.控制器中public function actions() { return [ 'captcha' => [ 'class' => 'yii\captcha\CaptchaAction', 'fixedVerifyCode' => YII_ENV_...
分类:其他好文   时间:2014-07-18 11:36:01    阅读次数:257
python之6-3嵌套函数
1. 嵌套函数子函数可以继承父函数的变量父函数返回子函数子函数返回结果看例子如下:结果是一个字符串fun1+fun2#!/usr/bin/env python# coding=utf-8def fun1(a1): def fun2(a2): return a1+a2 ret...
分类:编程语言   时间:2014-07-18 09:01:05    阅读次数:231
Teamcenter10 step-by-step installation in Linux env-Teamcenter Server Installation
Introduction In the post, we will start to deploy two-tier Teamcenter env step by step. We will use the following two Teamcenter installation tools wh...
分类:系统相关   时间:2014-07-17 13:09:01    阅读次数:1536
Python生成8位随机密码
#!/usr/bin/env python# -*- coding: utf-8 -*- import randomimport string #第一种方法 seed = "1234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!...
分类:编程语言   时间:2014-07-16 19:15:09    阅读次数:262
python pip ez_setup.py
#!/usr/bin/env python"""Bootstrap setuptools installationTo use setuptools in your package's setup.py, include thisfile in the same directory and add ...
分类:编程语言   时间:2014-07-16 17:38:43    阅读次数:309
Teamcenter10 step-by-step installation in Linux env-Teamcenter License Server Installation and Configuration
Teamcenter is a business platform and so it is inevitable to install related license server before install Teamcenter server. What’s more, the interf....
分类:系统相关   时间:2014-07-16 15:49:17    阅读次数:432
[Openstack] Expecting an auth URL via either --os-auth-url or env[OS_AUTH_URL]
直接使用devstack在ubuntu14.04中搭建单节点的openstack  使用keystone命令查询租户和...
分类:其他好文   时间:2014-07-14 13:55:14    阅读次数:237
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!