码迷,mamicode.com
首页 >  
搜索关键字:exchange 2013 powershell mailbox remove new    ( 87673个结果
Server.MapPath()
./当前目录/网站主目录../上层目录~/网站虚拟目录如果当前的网站目录为E:\wwwroot应用程序虚拟目录为E:\wwwroot\company浏览的页面路径为E:\wwwroot\company\news\show.asp在show.asp页面中使用Server.MapPath("./")返回...
分类:移动开发   时间:2014-04-30 19:34:51    阅读次数:400
SentenceGeneration
1 public String SentenceGerneration(String pattern, ArrayList candSlotList, ArrayList argList){2 ArrayList candSentenceList = new ArrayList();3 ...
分类:其他好文   时间:2014-04-30 18:48:43    阅读次数:433
使用JRadioButton 示例
代码如下:JRadioButton useCache=new JRadioButton("Use cache");// 初始化单选框useCache.setFont(new Font("Arial",Font.PLAIN,16));// 设置字体JRadioButton noUseCache=new...
分类:其他好文   时间:2014-04-30 18:36:19    阅读次数:504
Conceptual blockbusting--chap4 Cultural and Environmental blocks
Cultural blocks1) TaboosPing-pong ball exerciseTaboos can remove entire families of solutions from the ready grasp of the problem-solver. This is not ...
分类:其他好文   时间:2014-04-30 18:17:21    阅读次数:462
java blob存取图片
1. 存入图片 Connection con=db.conn; PreparedStatement pstmt; //File file = upload; FileInputStream inputImage = new FileInputS...
分类:编程语言   时间:2014-04-30 17:27:01    阅读次数:476
silverlight 文本框只能输入数字
void mobile_KeyUp(object sender, KeyEventArgs e) { Regex rg = new Regex("^[0-9]{1,11}$"); Regex rg1 = new Regex("\b"); ...
分类:Web程序   时间:2014-04-30 13:32:53    阅读次数:409
安装vmware tools失败解决方法
失败提示:reating a new initrd boot image for the kernel. update-initramfs: Generating /boot/initrd.img-3.11.0-12-generic vmware-tools-thinprint initctl: J...
分类:其他好文   时间:2014-04-29 11:46:47    阅读次数:684
java.lang.String细节
String field;@Testpublic void test01() { String a = "aaa"; String b = "aaa"; String c = new String("aaa"); String d = new String("aaa"); System.out.pr...
分类:编程语言   时间:2014-04-29 11:28:46    阅读次数:391
外观模式-分层架构,方便维护遗留下的大型的系统
public class Facade { /** * @param args 外观模式 */ One one; Two two; Three three; public Facade() { one=new One(); two=new Two(); three=new Three()...
分类:其他好文   时间:2014-04-29 11:15:47    阅读次数:238
linux下Eclipse进行C编程时动态链接库的生成和使用
引用http://linux.chinaitlab.com/soft/864157.html欢迎进入Linux社区论坛,与200万技术人员互动交流 >>进入 一、创建动态链接库1、创建工程new->project->c++ project选择Shared Library->Empty Projec....
分类:系统相关   时间:2014-04-29 11:15:47    阅读次数:559
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!