码迷,mamicode.com
首页 >  
搜索关键字:direct    ( 4030个结果
禁止apache显示目录索引的常见方法
修改目录配置,将Options Indexes FollowSymLinks 中的indexes去掉 其实还有很多种方法都可以实现这个效果,这个我试过,简单而且管用,问题暂时没发现。。。 ...
分类:Web程序   时间:2017-04-11 14:43:25    阅读次数:168
Thumbnailator 图像处理
Create a thumbnail from an image file Thumbnails.of(new File("original.jpg")) .size(160, 160) .toFile(new File("thumbnail.jpg")); In this example, the ...
分类:其他好文   时间:2017-04-11 09:29:41    阅读次数:238
CentOS 7, Attempting to create directory /root/perl5
By francis_haoApr 10,2017 在使用CentOS 7的时候,首次登陆会出现新建一个perl5文件夹的提示,删除该文件后,之后登陆还是会出现该提示并新建了perl5文件夹。 经过查找资料【参考1】,找到不新建此文件夹的办法。只需要将/etc/profile.d/perl-home... ...
分类:其他好文   时间:2017-04-11 01:20:54    阅读次数:547
小程序 wx:for 循环嵌套
json数据: [//library-6F [//library-6F-601 [//id:1-1 ,8(Y/N),9(Y/N)……21(Y/N) 'Y','Y','Y','N','Y','N','N','Y','Y','Y','Y','Y','Y' ], [ 'Y','Y','Y','Y','Y' ...
分类:其他好文   时间:2017-04-10 23:10:31    阅读次数:2864
ArcGIS Server-发布地理编码服务
目录(?)[+] 引言 地理编码服务发布 1创建定位器 2定位器发布 3查看发布的服务 在网页调用地理编码服务 1.引言 地理编码服务是指建立地理位置坐标与给定地址的过程,简单的说就是将一个地址的描述信息映射为地图上所对应的空间位置,地理编码服务是GIS中比较重要的一个功能。 有的时候我们知道一个具 ...
分类:其他好文   时间:2017-04-10 11:25:34    阅读次数:181
[LeetCode] Friend Circles 朋友圈
There are N students in a class. Some of them are friends, while some are not. Their friendship is transitive in nature. For example, if A is a direct ...
分类:其他好文   时间:2017-04-10 00:49:34    阅读次数:296
SpringMVC 控制器之对ServletAPI的支持与对JSON的支持
本篇两个知识点 1.SpringMVC对ServletAPI的支持 2.SpingMVC对JSON的支持 示例(用户登录,存放cookie与session) spring-mvc.xml ...
分类:编程语言   时间:2017-04-09 23:48:22    阅读次数:426
38. leetcode 405. Convert a Number to Hexadecimal
405. Convert a Number to Hexadecimal Given an integer, write an algorithm to convert it to hexadecimal. For negative integer, two’s complement method ...
分类:其他好文   时间:2017-04-09 22:08:01    阅读次数:269
DWR组件——基于远程过程调用实现Ajax
转载请注明原文地址:http://www.cnblogs.com/ygj0930/p/6686115.html 一:DWR的用途 DWR(Direct Web Remoting)是一个Web远程调用框架,会根据java类动态生成javascript代码。 二:DWR实现Ajax的原理 DWR是基于远 ...
分类:Web程序   时间:2017-04-09 20:12:58    阅读次数:307
aspx有"记住我"的登录
1 客户端 2 3 4 用户名: 5 密码: 6 记住我: 7 8 9 10 11 12 服务器端 13 public partial class CookieLogin : System.Web.UI.Page 14 { 15 protected voi... ...
分类:Web程序   时间:2017-04-09 17:28:46    阅读次数:228
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!