actuality /?ækt?u?æl?ti/ Jane thinks that they will probably marry in actuality but that he can not love the vain, shallow woman. /?w?m?n/ vain men ca ...
分类:
其他好文 时间:
2017-07-08 10:14:05
阅读次数:
232
set_optimize_register true compile -ultra 调整pipleline各级的组合逻辑,使得各级组合逻辑的延迟跟接近 对非pipeline进行优化: register retiming set_dont_retime限制retime优化 .svf储存了设计中的更改信 ...
分类:
其他好文 时间:
2017-06-30 01:00:52
阅读次数:
203
感觉tn屏还是会有影响的,看屏幕眼睛有些累。 这2天又冲动了一下,买了几本python的书,造孽啊。 没有做啥练习,感觉有些虚,确实代码写得少就这样,但是这个就留到学完语法后,自己去做项目来找手感吧。 今天下午做了一个伪程序员,写了一些sql语句,虽说很龊,但是还有一些成就感的,dont mind, ...
分类:
其他好文 时间:
2017-06-27 00:58:00
阅读次数:
132
原问题解决方案链接:http://ckeditor.com/forums/CKEditor/Editor-Dropdowns-dont-work-in-IE11 最近在项目中需要在Bootstrap Modal弹出框中载入CKEditor。 初始化CKEditor以后,在IE11下,格式/字体/颜色 ...
分类:
其他好文 时间:
2017-06-26 17:10:59
阅读次数:
370
class woman: passwangdama=woman()lidama=woman()#查看实例的属性#print wangdama.__dict__'''{}'''#为实例添加属性wangdama.toufa='yellow'#print wangdama.__dict__ '''{'to ...
分类:
编程语言 时间:
2017-06-25 16:09:47
阅读次数:
125
正式决定学习Linux!将相关入门资源保存至云盘的Linux文件夹,尽快入门遇到问题多baidugoogle镜像http://www.apelearn.com/阿铭http://ask.apelearn.com/论坛http://www.apelearn.com/study_v2/index.html入门书https://github.com/aminglinux/resource入门资源http://ask.apele..
分类:
系统相关 时间:
2017-06-23 15:39:42
阅读次数:
171
http://blog.csdn.net/CathySun118/article/category/538610 https://ask.hellobi.com/blog/lyhabc/1612 1. DBCC BUFFER This command can be used to display b ...
分类:
数据库 时间:
2017-06-22 16:59:27
阅读次数:
226
#!/usr/local/bin/python3
#-*-coding:utf-8-*-
#AUTHOR:Howardhao
importgetpass
f=open(‘accountfile‘,‘r+‘,encoding=‘utf-8‘)
whileTrue:
ask=input("你是老用户吗?YorN:")
ifask==‘N‘:
print(‘现在注册个吧!‘)
whileTrue:
account=input(‘请输入你的用户名:‘)
exist=Fals..
分类:
其他好文 时间:
2017-06-19 13:00:35
阅读次数:
111
一、枚举 枚举的关键字:enum enum sex { man, woman } enum CNumber { 零 = 0, 壹 = 1, 贰 = 2, } 二、结构体 结构的关键字 struck 结构定义: struck struckName { public 数据类型 变量名;//在结构声明中, ...
翻转字符串 先把字符串转化成数组,再借助数组的reverse方法翻转数组顺序,最后把数组转化成字符串。 你的结果必须得是一个字符串 当你完成不了挑战的时候,记得开大招'Read-Search-Ask'。 翻转字符串 先把字符串转化成数组,再借助数组的reverse方法翻转数组顺序,最后把数组转化成字 ...
分类:
其他好文 时间:
2017-06-13 17:14:29
阅读次数:
162