码迷,mamicode.com
首页 >  
搜索关键字:ati    ( 26493个结果
appweb支持exe文件下载
appweb默认把exe放在cgi那个模块里面了,要把他去掉,下面两个exe去掉就能正确下载了。## For CGI scripts, such as your Perl scripts make sure that you have # "#!/PerlPath" as the first lin ...
分类:移动开发   时间:2017-11-17 13:20:36    阅读次数:162
Bean后置处理器 BeanPostProcessor
1.BeanPostProcessor接口的作用 Bean后置处理器允许在调用初始化方法前后对Bean进行额外的处理,Bean后置处理器对IOC容器的所有bean实例逐一处理,而非单一实例。 我们可以定义一个或多个BeanPostProcessor接口实现类,然后注册到Spring IOC容器中。 ...
分类:其他好文   时间:2017-11-17 11:59:02    阅读次数:166
如何在Chrome下使用Postman进行rest请求测试
在web和移动端开发时,常常会调用服务器端的restful接口进行数据请求,为了调试,一般会先用工具进行测试,通过测试后才开始在开发中使用。这里介绍一下如何在chrome浏览器利用postman应用进行restful api接口请求测试。 工具/原料 chrome浏览器 postman 1、安装Po ...
分类:其他好文   时间:2017-11-17 11:57:00    阅读次数:197
完成注册功能
function fnEnroll() { var zcoUname = document.getElementById("zcuname") var zcoError = document.getElementById("zcerror_box") var zcoUword1 = document... ...
分类:其他好文   时间:2017-11-17 10:44:56    阅读次数:150
参数的传递
例1: 解释:a、b的作用域仅限于main方法,和change()方法的a、b不是同一个,调用change()函数只是把数值传给了参数a、b,上述写法很容易造成误解; 如果这样写就容易理解了: ...
分类:其他好文   时间:2017-11-17 01:42:13    阅读次数:130
724. Find Pivot Index 查找枢轴索引
Given an array of integers nums, write a method that returns the "pivot" index of this array.We define the pivot index as the index where the sum of t... ...
分类:其他好文   时间:2017-11-16 23:52:47    阅读次数:296
asp.net mvc ajax提交模型到控制器
http://blog.csdn.net/loongsking/article/details/53224473 function btn_submit() { var data = null; var trList = $("#forecastBillcode tbody").children(" ...
分类:Web程序   时间:2017-11-16 21:57:44    阅读次数:292
洛谷 P2945 [USACO09MAR]沙堡Sand Castle
P2945 [USACO09MAR]沙堡Sand Castle P2945 [USACO09MAR]沙堡Sand Castle P2945 [USACO09MAR]沙堡Sand Castle 题目描述 Farmer John has built a sand castle! Like all goo ...
分类:其他好文   时间:2017-11-16 20:53:08    阅读次数:173
ADO.NET面向对象 属性扩展
例:public class Users{private bool _sex;public bool sex{get{_return _sex;}set{_sex=value}}public string sexx{get{return _sex?"男":"女";}} } 2public class ...
分类:Web程序   时间:2017-11-16 19:46:31    阅读次数:216
CAS客户端整合(四)-- Cacti
Cacti 是一套纯 lnmp 搭建的服务器监控系统,用 SNMP 抓取数据,RRDTool 绘制表格 登录流程 Cacti 的登录同样是先判断session,再尝试从 cookie 读取 session ,最后验证用户名和密码。流程图略。 整合了几个客户端,把我所理解的cas客户端认证的过程画出来 ...
分类:其他好文   时间:2017-11-16 19:40:30    阅读次数:216
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!