1 #!/usr/bin/env python 2 3 import cStringIO # 4 import formatter # 5 from htmllib import HTMLParser ...
分类:
编程语言 时间:
2014-07-22 22:58:15
阅读次数:
284
此文是学习 C专家编程 中的笔记。setjmp和longjmp是C语言所独有的,它们部分弥补了C语言有限的转移能力。函数说明(来自wiki百科):int setjmp(jmp_bufenv)建立本地的jmp_buf缓冲区并且初始化,用于将来跳转回此处。这个子程序保存程序的调用环境于env参数所指的缓...
分类:
其他好文 时间:
2014-07-19 20:09:16
阅读次数:
221
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
1.控制器中public function actions() { return [ 'captcha' => [ 'class' => 'yii\captcha\CaptchaAction', 'fixedVerifyCode' => YII_ENV_...
分类:
其他好文 时间:
2014-07-18 11:36:01
阅读次数:
257
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
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
#!/usr/bin/env python# -*- coding: utf-8 -*- import randomimport string #第一种方法 seed = "1234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!...
分类:
编程语言 时间:
2014-07-16 19:15:09
阅读次数:
262
#!/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
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
直接使用devstack在ubuntu14.04中搭建单节点的openstack
使用keystone命令查询租户和...
分类:
其他好文 时间:
2014-07-14 13:55:14
阅读次数:
237