切换加上延迟加载js代码(function(){ var tit = $("#tab02 li"), con = $("#wrapmp>div"), cur = 'cur'; tit.click(function(){ var index = tit...
分类:
Web程序 时间:
2014-06-27 18:03:03
阅读次数:
176
oracle的sdo_geometry中内置get_wkt和get_wkb两个方法。以数据库表geoms为例,此表中有id和geometry两列try { OracleConnection con = new OracleConnection(co...
分类:
数据库 时间:
2014-06-27 16:19:06
阅读次数:
902
题目描述:输入一个字符串,将其中大写字母转换为对应小写字母之后的第五个字母,若原始大写字母为V~Z, 则转换为对应小写字母的值减21。其他字符不变,输出转换后的字符串。例如,对于字母A,则转换为小写字母f;若形参是字母W,则转换为小写字母b要求实现函数:void TransferString(con...
分类:
其他好文 时间:
2014-06-27 15:15:45
阅读次数:
189
第一章用户管理//2014年4月17号oracle有40多种权限。connect是权限问题,如省长,权限系统权限:描述的用户对数据库的访问的权限对象权限(数据对象(用户的表,视图,存储过程,触发器)权限):用户对其他用户的数据对象操作的权限。createression角色:事先定义一些角色,如con...
分类:
数据库 时间:
2014-06-27 12:24:46
阅读次数:
353
在virtualenv下安装的第三方库,例如south, requests等,如果想在django中使用,需要先将库添加到settings.py的INSTALLED_APPS中, 以south, requests为例, 1 INSTALLED_APPS = ( 2 'django.con...
分类:
其他好文 时间:
2014-06-26 19:48:47
阅读次数:
250
使用Attachment,做文件的上传:上传的内容,最终会存放到sf的Attachment对象里。使用<apex:inputFile>组件上传文件:上传的内容,会存放到sf的Document对象里。使用sf中的,ContentApp中的Library来存放Content文件:上传的文件,会在ContentWorkspace对象(Library),Con..
分类:
其他好文 时间:
2014-06-26 11:45:11
阅读次数:
559
Manufacturers of quality friendly nature of the project the bag high enough premium in style and comfort with the best features and style. Quality Con...
分类:
其他好文 时间:
2014-06-25 20:46:29
阅读次数:
210
最近从tomcat移植到resin,发现这东西不错啊!
只是后台输出时有时候中文会乱码。
现在找到resin后台输出中文乱码的解决办法:
编辑conf/resin.con文件:
修改成这样:
重启服务器。解决!...
分类:
其他好文 时间:
2014-06-25 07:10:30
阅读次数:
308
------------------------------------------------------------------------------------------------------首先解释下面的Linux命令:./configure #脚本配置工具./con...
分类:
Web程序 时间:
2014-06-25 00:27:07
阅读次数:
212
如果不需要求边的个数的话,就是一个裸的最小割问题。
求边的个数就用边的权值记录一下。
#include
#include
#include
#include
#include
using namespace std;
#define INF 99999999
#define LL long long
const LL maxn =55;
const LL maxm =4400;
con...
分类:
其他好文 时间:
2014-06-22 11:15:00
阅读次数:
167