1.在你要生成的项目里面在根目录下面添加CodeTemplates文件夹,并在该文件夹下面创建子文件夹ReverseEngineerCodeFirst 2.在ReverseEngineerCodeFirst目录下面新建一下几个文件: Context.tt 1 <#@ template hostspe ...
分类:
其他好文 时间:
2018-01-19 11:53:08
阅读次数:
292
1.基于数据库的session共享 2.基于NFS共享文件系统 3.基于memcached 的session,怎么保证session的高可用 4.基于resin/tomcat web容器本身的session复制机制 5.基于TT/Redis 或 jbosscache 进行 session 共享。 6 ...
分类:
其他好文 时间:
2018-01-14 00:54:21
阅读次数:
188
对于每个点,把它拆成有权值为1的边相连的两个点,原边是inf。 边的起点统一加n,ss也加n 这就成了最小割 cpp include include include include using namespace std; int n, m, ss, tt, hea[205], cnt, uu, v ...
分类:
移动开发 时间:
2018-01-11 23:56:30
阅读次数:
217
作业1:组合嵌套有如下列表,按照要求实现每一个功能list = [['k',['qwe',20,{'k1':['tt',3,'1']},89],'ab']]将tt变成大写,用两种方法实现将数字3变成字符串‘100’,用两种方法实现将字符串‘1’变成数字101,用两种方法实现 想法直接取tt所在序号, ...
分类:
编程语言 时间:
2018-01-05 18:29:37
阅读次数:
157
要想限制流量,总要想着拆点。 cpp include include include include using namespace std; int n, m, ss, tt, uu, vv, ww, maxFlow, minCost, cnt, hea[405], pre[405]; int d ...
分类:
其他好文 时间:
2018-01-03 11:44:58
阅读次数:
131
最大点权独立集,参见胡伯涛论文 cpp include include include include using namespace std; int m, n, a[105][105], hea[10005], ss, tt, tot, maxFlow, lev[10005], cnt; con ...
分类:
其他好文 时间:
2018-01-02 23:29:08
阅读次数:
228
转自:https://www.toutiao.com/i6503412526095532558/?tt_from=weixin&utm_campaign=client_share×tamp=1514535595&app=news_article&utm_source=weixin&iid= ...
分类:
其他好文 时间:
2017-12-29 16:57:26
阅读次数:
162
1 import subprocess 2 3 ''' 4 sh-3.2# ls /Users/egon/Desktop |grep txt$ 5 mysql.txt 6 tt.txt 7 事物.txt 8 ''' 9 10 res1=subprocess.Popen('ls /Users/jiel... ...
分类:
其他好文 时间:
2017-12-28 16:05:43
阅读次数:
161
最小路径覆盖, "看这里" cpp include include include include using namespace std; struct Edge{ int too, nxt, val; }edge[15005]; int n, m, hea[305], ss, tt, uu, v ...
分类:
其他好文 时间:
2017-12-27 22:34:20
阅读次数:
190
系统信息 arch 显示机器的处理器架构(1) uname -m 显示机器的处理器架构(2) uname -r 显示正在使用的内核版本 dmidecode -q 显示硬件系统部件 - (SMBIOS / DMI) hdparm -i /dev/hda 罗列一个磁盘的架构特性 hdparm -tT / ...
分类:
系统相关 时间:
2017-12-25 13:35:40
阅读次数:
214