一.Servlet 接口(javax.servlet)定义: public interface Servlet Implemented by: FacesServlet, GenericServlet, JspPage介绍: servlet 是运行在 Web 服务器中的小型 Java 程序。serv... ...
分类:
Web程序 时间:
2017-07-22 23:41:57
阅读次数:
303
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.... ...
分类:
编程语言 时间:
2017-07-22 21:18:43
阅读次数:
185
字符串的拼接 python 列表合并字符串,我们一般会用到字符串的join方法来操作。 比如下面一个list 代码如下: li=['alex','eric','rain']content="_".join(li)print(content) 通过help方法得知,可以用string的join方法来解 ...
分类:
其他好文 时间:
2017-07-22 12:14:28
阅读次数:
183
1. 主要代码如下: 2. 运行结果如下: ...
分类:
其他好文 时间:
2017-07-21 17:09:41
阅读次数:
176
#region 上传文档 public static void FileAdd() { List Item1 = Web.GetList("sites/tangkang/DocLib"); FileCreationInformation FileCf = new FileCreationInform ...
分类:
其他好文 时间:
2017-07-21 13:21:50
阅读次数:
200
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace 第六天_流程语句 8... ...
分类:
Web程序 时间:
2017-07-21 12:37:52
阅读次数:
150
Model.class.php代码中的1088行开始: return NOW_TIME >= $start && NOW_TIME <= $end; 为校验当前时间而非提交的时间字段值。 应改为: if(!is_numeric($value)) $value = strtotime($value); ...
分类:
Web程序 时间:
2017-07-21 10:40:15
阅读次数:
163
配置NGINX服务器流程 Nginx服务器配置 S1.下载nginx文件 s1.link; S2.添加文件目录 s1.打开E:\Code\Server\nginx-1.12.1\conf\nginx.conf s2.在server {}内添加文件路径 location /NXserver { ali ...
分类:
其他好文 时间:
2017-07-21 10:33:47
阅读次数:
183
今晚继续我的这个项目的开发,今晚也是写的不多,主要写了一个菜单管理功能的CURD方法,前端界面还没有进行编写。 菜单管理Model层的代码: 菜单管理控制器类的代码: 今晚就暂时写这么点,明晚开始做前端的开发,明天就周五了,如果周六不用加班,我会加大马力在这周内结束该项目的。(^_?)☆ 源码地址: ...
分类:
Web程序 时间:
2017-07-21 01:28:23
阅读次数:
182
C#: unity: 注意:需要生成其他格式图片,改相应的输出图片格式方法。 ...
分类:
编程语言 时间:
2017-07-20 12:09:25
阅读次数:
1942