html = """ The Dormouse's story The Dormouse's story Once upon a time there were three little sisters; and their names were Lacie and Tillie and they ... ...
分类:
编程语言 时间:
2019-05-26 13:20:15
阅读次数:
172
http://hell.one-story.cn/hell-start.html Level 0: http://nazohell.one-story.cn/nazohell-start.html 跳转到新网址了:http://nazo.one-story.cn/ Level 1: Q: 请输入答案 ...
分类:
其他好文 时间:
2019-05-21 19:14:36
阅读次数:
4783
alternatively update Q_{\miu} and Q_{\sigma} another example is the spin system: a nasty thing here is the coupling term in E(x;J) and we use another ...
分类:
移动开发 时间:
2019-05-18 09:25:31
阅读次数:
137
数据库的由来 : 1数据只是程序运行的一部分 程序的组件不能放在一台机器上 2数据安全性 3支持并发数据管理技术的发展历程:1 人工管理 临时用 临时输入 不保存2 文件系统管理 有硬盘磁盘等存储介质3 数据系统管理 i 数据结构化 ii 数据共享,冗余度低,易扩充 iii数据独立性高 iv 数据由 ...
分类:
数据库 时间:
2019-05-14 20:44:57
阅读次数:
195
runOnUiThread(new Runnable() { @Override public void run() { Drawable d = new BitmapDrawable(bitmap); iv_user_head.setImageDrawable(d); } }); ...
分类:
编程语言 时间:
2019-05-14 11:13:45
阅读次数:
129
今天遇到一个错误,没有定义一个openssl_cipher_iv_length()方法,可是我明明开启OpenSSL了啊 在我执行composer更新一个插件时,显示出一个错误PHP: syntax error, unexpected '"' in D:\phpStudy2018\PHPTutori ...
分类:
其他好文 时间:
2019-05-11 10:57:36
阅读次数:
393
from bs4 import BeautifulSoup html_doc = """ The Dormouse's story asdf The Dormouse's story总共 f Once upon a time there were three little sisters; and ... ...
分类:
其他好文 时间:
2019-04-24 19:08:11
阅读次数:
110
我不懂有没有收藏之类的功能,收藏别人的解法。 tql 有一些答案都用到了iterator迭代器 http://www.cplusplus.com/reference/iterator/ ...
分类:
其他好文 时间:
2019-04-18 20:23:11
阅读次数:
149
1 /** 2 problem: http://acm.hdu.edu.cn/showproblem.php?pid=3966 3 裸板 4 **/ 5 #include 6 #include 7 #include 8 #include 9 using namespace std; 10 11 co... ...
分类:
其他好文 时间:
2019-04-12 23:14:49
阅读次数:
130
环境及安装可查看 pytest+jenkins安装+allure导出报告 要让allure报告更漂亮,更直观,需要在脚本中写入allure特性 一开始allure调用step()、story()、feature()等总是报错,提示不存在这些方法。 通过查找allure安装位置,发现pytest_pl ...
分类:
其他好文 时间:
2019-04-09 18:14:51
阅读次数:
702