码迷,mamicode.com
首页 >  
搜索关键字:假定为 int    ( 143059个结果
Java处理Radius access-challenge
最近使用RSAAuthentication Manager, 并且与其自带的Radius server整合, RSA的Radius server 配置不太透明, 目前只配成功了PAP方式的验证,CHAP目前不成功。RSA Radius在token输错3次后有要求用户输入next token的安全设....
分类:数据库   时间:2014-05-01 15:46:08    阅读次数:443
python-使用正则快速解析QQ群聊记录
使用正则表达式,对QQ群聊天记录进行解析,用于分析日期、成员等维度发言情况。 原始文本是2014-03-28 15:04:25 №┽◎Eagle(369029696) 解析之后yyyy=2014mm = 03dd = 28hh = 15mi =04ss = 25nick = №┽◎Eagleqq =...
分类:编程语言   时间:2014-05-01 15:44:08    阅读次数:388
基于MVC3下拉列表联动(JQuery)
MVC3上次项目中遇到一个需要多个下拉列表联动的操作,今天有空将实现方式整理以便以后参考。要达到的效果是,点击一个下拉框,则另一个下拉框的值发生对应变化。如:选择中国,则另个一下拉框里显示中国各个省份。传统的HTML方式比较简单,实际上基于MVC的实现方式也大同小异。直接上代码:public cla...
分类:Web程序   时间:2014-05-01 15:40:51    阅读次数:422
How do I get an image from an UIButton? 如何获取uibutton设置的uiimage
UIImage*img =[button imageForState:UIControlStateNormal];
分类:其他好文   时间:2014-05-01 15:37:41    阅读次数:351
[leetcode]Reorder List @ Python
原题地址:http://oj.leetcode.com/problems/reorder-list/题意:Given a singly linked listL:L0→L1→…→Ln-1→Ln,reorder it to:L0→Ln→L1→Ln-1→L2→Ln-2→…You must do this...
分类:编程语言   时间:2014-05-01 15:37:03    阅读次数:441
图片和流的相互转化 (c/s)
//图片转化为流保存; Stream ms; byte[] picbyte; OpenFileDialog open = new OpenFileDialog(); open.Filter = "图片文件(*....
分类:其他好文   时间:2014-05-01 15:35:40    阅读次数:315
iOS7 MPMoviePlayerViewController 横屏显示
在应用程序中用到MPMoviePlayerViewController时,有时需要保持应用程序为竖屏状态,而视频播放器显示为横屏,如何做呢?如果采用强制横屏的方法,应用审核的时候是不会通过的,因为该方法已经被苹果禁止了。主要代码如下:[html]view plaincopy-(void)addVid...
分类:移动开发   时间:2014-05-01 15:34:14    阅读次数:436
Io 异常: Socket closed
java.sql.SQLException: Io 异常: Socket closed at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112) at oracle.jdbc.driver.Databa...
分类:其他好文   时间:2014-05-01 15:32:15    阅读次数:257
windows 任务栏图标宽度固定
这个需要修改注册表。win+rregedit ->enter找到以下项HKEY_CURRENT_USER-Control Panel-Desktop-WindowsMetrics新建字符键值。。MinWidth 54MaxWidth 55注销重新登录。。效果如图。
分类:Windows程序   时间:2014-05-01 15:28:51    阅读次数:544
代码生成器
一.界面设计 二.具体代码 using System; using System.Collections.Generic; using System.ComponentModel; using System.Configuration; using System.Data; using System...
分类:其他好文   时间:2014-05-01 15:26:48    阅读次数:345
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!