服务器端控件主要有:Label、TextBox、Button、RadioButton、CheckBox、RadioButtonList、CheckBoxList、HyperLink控件。控件Label、TextBox<formid="form1"runat="server"><div><!--html控件,html服务器端控件,asp.net服务端控件-->&l
分类:
Web程序 时间:
2020-10-05 21:37:39
阅读次数:
30
linux安装并配置版本控制软件subversion(svn小乌龟)实战教程
分类:
系统相关 时间:
2020-10-05 21:36:00
阅读次数:
26
1.创建表时并创建外键约束 create table score( scoreID int primary key, stuID int , score int constraint ck_score check(score between 0 and 100), courseName varcha ...
分类:
数据库 时间:
2020-09-24 22:03:46
阅读次数:
54
1.创建分支 git branch develop 2.查看本地分支: git branch 注:名称前面加* 号的是当前的分支 3.查看远程分支: 加上-a参数可以查看远程分支,远程分支会用红色表示出来(如果你开了颜色支持的话) git branch -a 4.切换分支 git checkout ...
分类:
其他好文 时间:
2020-09-24 21:48:23
阅读次数:
45
转自:https://blog.csdn.net/houzuoxin/article/details/16113895 其他参考:https://blog.csdn.net/xiaofengcanyuexj/article/details/41912169 RTree可以看做是二维或者多维空间中的B ...
分类:
其他好文 时间:
2020-09-24 21:25:16
阅读次数:
25
http://acm.hdu.edu.cn/contests/contest_showproblem.php?pid=1010&cid=909 Reports Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 524288/524288 K ( ...
分类:
其他好文 时间:
2020-09-24 21:15:42
阅读次数:
44
消除代码中的坏味道,编写高质量代码 Intro# 想要写出较好的代码,保证代码的高质量需要时刻警惕代码中的坏味道,今天分享一下,我觉得平时写的代码中可能会出现的坏味道代码的一些示例 常见的坏味道代码# Bug Logically(null check etc.) 严格的来说,这可能是一个 BUG 级 ...
分类:
其他好文 时间:
2020-09-24 00:08:21
阅读次数:
51
如果依赖了第三方的lib,有可能导致valgrind疯狂打日志,非常难排查问题 我们可以使用: valgrind --suppressions=valgrind.conf --gen-suppressions=all --leak-check=full --show-leak-kinds=defin ...
分类:
其他好文 时间:
2020-09-23 23:59:00
阅读次数:
51
Nginx官网地址:http://nginx.org/下载地址:http://nginx.org/download/nginx-1.18.0.tar.gz(下载最新的stable版本)下载,解压wgethttp://nginx.org/download/nginx-1.18.0.tar.gztar-xzvfnginx-1.18.0.tar.gz编译安装:官网编译安装的帮助文档地址:http://n
分类:
其他好文 时间:
2020-09-23 23:15:48
阅读次数:
39
后端: 实体:AppointmentDto中的 startDate、endDate /** * 开始时间 */ @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") @JsonFormat(timezone = "GMT+8", pattern = "yy ...
分类:
其他好文 时间:
2020-09-18 04:07:58
阅读次数:
48