码迷,mamicode.com
首页 > 2015年05月22日 > 全部分享
spring security源码分析之一springSecurityFilterChain
1. spring和spring security的集成,配置web.xml如下: contextConfigLocation /WEB-INF/spring-security.xml spri...
分类:编程语言   时间:2015-05-22 14:44:05    阅读次数:221
C# WinForm控件美化扩展系列之给TextBox加水印
在一些软件中,我们看到当一个输入控件(textbox)没有输入而且没有焦点的时候,会显示一些提示信息,网上有一些介绍用复合控件来实现,其实我们直接继承textbox控件也很容易实现。下面就介绍怎样来实现这个控件。第一步:我们建一个继承textbox的类,命名为watermaktextbox。第二步:...
分类:Windows程序   时间:2015-05-22 14:45:12    阅读次数:322
C语言中字符串数组的遍历和比较
/* The list of known types of default packet. */static char *_default_packet_types[] = { "ddos client quota", "ddos server quota", "blocked ports", "b...
分类:编程语言   时间:2015-05-22 14:44:06    阅读次数:184
SourceMonitor安装及使用
关于SourceMonitor的安装,我们在官方网站:http://www.campwoodsw.com/下载SourceMonitor,然后进行安装,安装过程如下。下面我们使用这个软件。打开软件后点击File->New Project来创建一个新的项目,之后需要经过如下几个步骤:1.程序语言选择,...
分类:其他好文   时间:2015-05-22 14:44:34    阅读次数:81
nginx实现负载均衡
测试模型如下: 1、一台Nginx做负载负载均衡代理???具体配置centos5.8 ip 10.0.211.5 2、三台tomcat做业务逻辑处理????????具体配置centos5.8 10.0.211.2 10.0.211.3 10.0.211.4 具体部署步骤: 1、?...
分类:其他好文   时间:2015-05-22 13:41:28    阅读次数:190
Protocol Buffer for Object-c
编译 下载http://code.google.com/p/metasyntactic/downloads/list 下载安装Mac port 用Mac port安装autogen:sudo port install automake autoconf libtool 找到文件src/google/protobuf/message.cc 加入#includ...
分类:其他好文   时间:2015-05-22 13:40:38    阅读次数:271
【翻译】MobileWeb开发的性能调优技巧
iScoll这个开源组件的作者写了一篇心得 ,分享了他对前端性能优化的经验,这里翻译一下,有不错的参考作用。 --------------------- 首先,不要迷信“性能优化技巧(performance tricks)”之类的文章,包括你在看...
分类:Web程序   时间:2015-05-22 13:40:17    阅读次数:142
如何在高并发分布式系统中生成全局唯一Id
又一个多月没冒泡了,其实最近学了些东西,但是没有安排时间整理成博文,后续再奉上。最近还写了一个发邮件的组件以及性能测试请看?《NET开发邮件发送功能的全面教程(含邮件组件源码)》?,还弄了个MSSQL参数化语...
分类:其他好文   时间:2015-05-22 13:39:38    阅读次数:242
js中apply使用方法小议
关于对象的继承,一般的做法是用复制法: Object.extend 见protpotype.js 的实现方法: Object.extend = function(destination, source) ...{? ? for (property in source) ...{? ??? destination[property...
分类:移动开发   时间:2015-05-22 13:39:07    阅读次数:164
设置系统的viewController modal动画样式
controller.modalTransitionStyle?=UIModalTransitionStyleCoverVertical;//设置动画样式 [self?presentModalViewController:controller?animated:YES]; [self?dismissModalViewController?Animated:YES]; ...
分类:其他好文   时间:2015-05-22 13:41:25    阅读次数:148
软件架构杂谈(二) --- Cluster (HA)
浅谈软件架构(二) cnyinlinux 之前发布过的博文,已经对C/S和B/S作了讨论,本文将讨论的是集群—Cluster。 1. C/S 2. B/S 3. Cluster (HA) 4. Cloud 5. Distributed 6. APNS-like 7. P2P ? 集群的技术是近年来计...
分类:其他好文   时间:2015-05-22 13:39:46    阅读次数:152
Android 自动更新APP时确定安装后没有显示安装完成页面
自动更新APP代码时,开始用的是以下代码 Intent?intent?=?new?Intent(Intent.ACTION_VIEW);???????? ????????intent.setDataAndType(Uri.parse("file://"+Constants.SDK_DIR +File.separ...
分类:移动开发   时间:2015-05-22 13:39:24    阅读次数:116
Java MongoDB : Save image example
Java MongoDB : Save image example In this tutorial, we show you how to?save an image?file into MongoDB, via?GridFS API. The GridFS APIs are able to serve other binary files as well, like video ...
分类:数据库   时间:2015-05-22 13:41:31    阅读次数:504
在VIM的插入模式中自由移动
在vimrc中加入如下代码即可 inoremap <C-A> <Esc>^i inoremap <C-E> <Esc>$i inoremap <C-L> <Right> inoremap <C-H> <Left> inoremap <C-J> <Down> inoremap <C-K> <Up> "move to next word inoremap <C-F> ...
分类:移动开发   时间:2015-05-22 13:38:35    阅读次数:164
探讨:CleanMyMac好不好
苹果产品一直深受中国用户的喜爱,在使用苹果电脑的过程中你知道它也会产生大量的垃圾,你会清理你的Mac吗?在众多的Mac系统清理工具中,CleanMyMac好不好? 要找到一款好用的Mac系统清理工具,小编在论坛中查看和...
分类:系统相关   时间:2015-05-22 13:41:10    阅读次数:281
使用Bash提取修改过的文件
#!/bin/bash a="/Library/WebServer/Documents/dsh-qsy-a" o="/Library/WebServer/Documents/dsh-origin" i="/Library/WebServer/Documents/dsh-qsy-a/temp /Library/WebServer/Documents/dsh-qsy-a/data" d="/Us...
分类:其他好文   时间:2015-05-22 13:37:52    阅读次数:126
scrapy爬虫-------命令解析
scrapy是通过命令行进行控制的,你可以在命令行中输入一个scrapy,会出现一拍命令。 你也可以通过tree来查看scrapy的目录结构,scrapy.cfg存放的目录被认为是项目的根目录,该文件中包含python模块名的字段定义了项目的设置。下面的代码是我一个爬取天气的爬虫中的.cfg文件。 # Automatically created by: scrapy startproject ...
分类:其他好文   时间:2015-05-22 13:37:27    阅读次数:245
2250条   上一页 1 ... 71 72 73 74 75 76 77 ... 133 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!