题目描述 Description 给出两个正整数A和B,计算A-B的值。保证A和B的位数不超过500位。 题目描述 Description 给出两个正整数A和B,计算A-B的值。保证A和B的位数不超过500位。 给出两个正整数A和B,计算A-B的值。保证A和B的位数不超过500位。 输入描述 Inp ...
分类:
其他好文 时间:
2018-02-28 21:40:05
阅读次数:
128
题目: 最短路径问题 Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 19767 Accepted Submission(s): 5880 Pr ...
分类:
其他好文 时间:
2018-02-28 21:39:33
阅读次数:
174
题目描述 Being a fan of all cold-weather sports (especially those involving cows),Farmer John wants to record as much of the upcoming winter Moolympics as ...
分类:
其他好文 时间:
2018-02-26 11:29:46
阅读次数:
180
WPF 03 - Model Validation with IDataErrorInfo 例子 VIEWMODEL: 界面: 运行结果: 当为空时,error被触发。边框变为红色。 如何进化成下面有文字提示呢? 只需要在界面code里改一下:增加label Content (grid改成stack ...
安装GNOMEyum groupinstall GNOME Desktop 安装VNC-Serversudo yum install tigervnc-server 拷贝VNC-Server配置文件到systemd系统下cp /lib/systemd/system/vncserver@.servic ...
分类:
其他好文 时间:
2018-02-25 13:08:41
阅读次数:
167
1、破解版下载&安装 参考:https://bbs.feng.com/read htm tid 6939481.html 2、session导入 查看 SecureCRT Preferences General Configuration Paths ,就可以查看session具体目录,将已有ses ...
分类:
其他好文 时间:
2018-02-24 00:50:28
阅读次数:
189
http报文和协议首部 http报文 http协议首部 ...
分类:
Web程序 时间:
2018-02-23 13:30:45
阅读次数:
166
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=4857 题目: Problem Description 糟糕的事情发生啦,现在大家都忙着逃命。但是逃命的通道很窄,大家只能排成一行。现在有n个人,从1标号到n。同时有一些奇怪的约束条件,每个都形如:a必须 ...
分类:
编程语言 时间:
2018-02-21 12:23:54
阅读次数:
225
一、定义的规则 class TeacherForm(Form): #必须继承Form # 创建字段,本质上是正则表达式 username = fields.CharField( required=True, #必填字段 error_messages={"required":"用户名不能为空!!"}, ...
分类:
其他好文 时间:
2018-02-21 11:44:17
阅读次数:
157
一、model常用操作 1、13个API查询:all,filter,get ,values,values_list,distinct,order_by ,reverse , exclude(排除),count,first,last,esits(判断是否存在) 需要掌握的all、values、valu ...
分类:
其他好文 时间:
2018-02-21 11:37:56
阅读次数:
214