排序
solaris8+apache2+weblogic813+db2_82客户端+128 安装过程
一、系统信息: 1、安装solaris8 solaris802/4(三张盘) #uname-a SunOSBJ-APP15.8Generic_117350-15sun4usparcSUNW,Sun-Blade-1000 2、打补丁: 8_Recommended(149MB) 3、系统tcp优化: 修改系...
Android实现接收短信和发送短信功能
Android实现拨打电话功能
基于Jquery+Ajax+Json实现分页显示附效果图
1.后台action产生json数据。 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 List blackList = blackService.getBlackInfoList(mobileNum, gatewayid, startDate, e...
用SQL建立索引的方法步骤
进入查询窗口后,输入下面的语句: CREATE INDEX mycolumn_index ON mytable (myclumn) 这个语句建立了一个名为mycolumn_index的索引。你可以给一个索引起任何名字,但你应该在索引名中包含所索...
PHP实现的AES双向加密解密功能示例【128位】
PHP实现的AES双向加密解密功能。具体如下: <?php /* * Created on 2018-9-1 * * To change the template for this generated file go to * Window - Preferences - PHPeclipse - PHP - Code...
Fedora下配置ipv6的Apache服务器的方法
操作系统:Fedora 14 Web版本:Apache2.2.17 前提条件要支持IPv6 首先,Apache2.2.17本身已近支持了IPv6,Apache的安装就不详细介绍了。这个可以自行google去 例如: #yum search apache //如果...
使用 bind 设置 DNS 服务器的方法
DNS(Domain Name Server,域名服务器)是进行域名(domain name)和与之相对应的IP地址 (IP address)转换的服务器。 域名系统Domain Name System,我们更通常称为 DNS 的系统,可以将域名翻译或...
SQLite 实现if not exist 类似功能的操作
需要实现: 1 2 3 4 5 if not exists(select * from ErrorConfig where Type='RetryWaitSeconds') begin insert into ErrorConfig(Type,Value1) values('RetryWaitSeconds','3') end 只...
JDBC API ResultSet接口(记录集接口)
在 JDBC API 2.0 中,ResultSet 接口有了很大的变化,增加了很多行操作、行定位的新方法,功能也强大了许多,下面我们就详细地对其进行介绍。 1. 新定义了若干个常数 在 JDBC API 2.0 中,新定...








