`
文章列表
Using Call Screening Another option is to use call screening in the Dial command. It has two main privacy modes, one that remembers the CID of the caller, and how the callee wants the call handled, and the other, which does not have a "memory". Turning on these modes in the dial comman ...
Installed Custom Functions:--------------------------------------------------------------------------------AES_DECRYPT           AES_DECRYPT(key,string)              Decrypt a string encoded in base64 with AES given a 16 character key.AES_ENCRYPT           AES_ENCRYPT(key,string)              Encrypt ...
 该片文章为重复造轮子,在commons-lang里有日期转换工具,sorrry   package org.sunflower.common.util; /* * Copyright sunflower * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the Li ...
环境: svn1.6   xp 3   一,安装:   安装比较简单在此不做阐述,下载最新版svn  下载最新TortoiseSVN    提示:subversion和TortoiseSVN安装完成以后,需要重启系统,apache服务方可使用,否则运行服务失败 本例使用svn的apache模 ...
package org.sunflower.demo.web.zk.util; import java.io.IOException; import java.io.InputStream; import java.net.URL; import java.util.Map; import org.zkoss.zk.ui.Component; import org.zkoss.zk.ui.Desktop; import org.zkoss.zk.ui.Execution; import org.zkoss.zk.ui.Executions; import org. ...
昨天同事写了一个程序,使用jdbc频繁访问数据库,导致MSSQL导致java.net.BindException: Address already in use: connect,这是由于connection.close的时候,底层的socket不会立即关闭而是等待time_wait的时间,   当大量创建连接,然后再关闭的时候很容易出现这个问题:   今天帮其解决了,解决办法是:打开端口上线,65535和连接断开等待时间   开启端口上线和连接等待时间方法:原文     需要对注册表做如下配置:在HKEY_LOCAL_MACHINE\SYSTEM\CurrentControl ...
今天犯了一个错误: 例如: public class Demo { public static void main(String[] args) { Demo d = new Demo(); A a = null;//1 B b = d.new B(a);//2 a = d.new A();//3 System.out.println(b.getA());//4 } class A { } class B { private A a; /** * */ public B(A a) { ...
Special extensions 特殊的extensions Asterisk makes use of some special extensions, which we will explain now: Asterisk 使用一些特殊的extensions,解释如下:   Extension       Description           a       This extension is invoked when a user presses the st ...
运行环境: 1,  jdk1.6 2, Tomcat6.0 3, eclipse3.5 4, Dynamic Web project 详细内容见附件,下载   技术点: 1,修改zk中默认字体大小 2,zk中添加网站头像(即favicon.ico) 3,borderlayout布局组件的使用 4,自定义宏的使用 5,tree ...
几年收集的编程书籍今天共享出来:   包括 java,javascript ajax,linux C/C++,python,mysql,oracle,uml,C#等 更多截图:http://sunflowers.iteye.com/album   本资源使用国外著名的网盘dropbox进行共享, 注册账号及软件下载地址http://www.dropbox.com/, 建议通过我的邀请注册https://www.dropbox.com/referrals/NTMyMjU3NjU5 方便共享 使用方法请google,baidu,在此不作详细介绍   需要者请在评论留下你dropb ...

zk3.6.4 api chm

    博客分类:
  • ZK
zk3.6.4 api
  ZkExample(zk项目搭建,简单登录)   源码在附件内   本例主要演示如下内容:   1,zk web 项目搭建 2,zk前端与java代码的关联 3,zk事件与后台java代码的绑定
  向所有已经放假的女人 向所有仍然坚守在IT第一线的女人 向所有自由工作的女人 向所有妈妈级的女人 向所有默默贡献的女人   致以节日的问候和祝愿 希望在新的一年里,开开心心, 身体健健康康!       
  <!--   特此澄清,确实是众多输入法一致的特性,和win7没关系,   -----刘谦,他玩的是魔术,仅仅只是娱乐,过度揭秘,娱乐效果就没了!---------   -->   前不久在使用Linux工具PUTTY的时候,输入ip地址,因为当时使用的中文输入法,192。168。0。8   以为是PUTTY这个软件自动把句号替换成 点.  ,   但是做web开发的时候,访问web站点的时候也出现同样的情况,   所以引起了我的注意,   今天全面测试了一下,在我计算机所有能输入文字的文本框内,使用中文输入法输入ip,   中文句号都会自动 ...
  ---------------------------------------------------------------------  尊重他人尊重自己,转载请注明出处  Author:sunflower  Email  :zhangxuehuaemail at gmail dot com ---------------------------------------------------------------------      场景: 1,销售部与 ...
Global site tag (gtag.js) - Google Analytics