httpRequest.setCharacterEncoding("gbk"); String preName = genName.doMake();//设置文件前缀名 String extName = null; String allName = null; Strin...
分类:
Web程序 时间:
2015-04-05 14:30:19
阅读次数:
144
1、获取和设置当前工作目录a) System.IO.Directory.GetCurrentDirectory() 说明:获取应用程序的当前工作目录的完全限定路径。该方法是对Win32 API的GetCurrentDirectory函数的一个封装。例如:'"C:\Documents and Sett...
分类:
Web程序 时间:
2015-04-05 14:28:15
阅读次数:
130
[PC与移动端皆可]会动的盒子机器人浏览器必须可以解析perspective属性。在线:http://wangxinsheng.herokuapp.com/boxMan代码: 1 2 3 4 5 [WXS]盒子机器人 6 7 8 9 10 11 12 530 5...
分类:
Web程序 时间:
2015-04-05 14:29:09
阅读次数:
274
using System;using System.Collections.Generic;using System.Text;using System.Reflection;namespace ConsoleApplication1{ class Program { st...
分类:
Web程序 时间:
2015-04-05 14:28:54
阅读次数:
127
其实ASPack 2.12是比较简单的东西,可以说,很大程度上,它可以对程序的大小进行压缩,方便发布。今天从实际的例子来说说如何进行手脱ASPack 2.12 壳。当然,所谓的手脱,不是说完全靠手工, 我们还需要一定的工具,首先是PEiD,大家可以在脚本之家上下载到,主要用于查壳的一种小工具。第二个...
分类:
Web程序 时间:
2015-04-05 13:21:54
阅读次数:
223
商场vip会员积分源码简介: 商场VIP会员积分源码,系统采用单层结构,简单明了。1、会员管理:实现会员添加、修改、删除、查询功能,可对会员进行充值、添加消费记录、积分交换操作,其中每笔消费都会按照会员所属等级自动计算积分,会员可使用所得积分换取礼品或消费卷。 2、卡类管理:实现会员等级添加、修改、...
分类:
Web程序 时间:
2015-04-05 13:21:33
阅读次数:
134
package main/* Create by sndnvaps * date : 2015-04-05 * upload datapoint to yeelink.net * origin post by sndnvaps * hold on https://github.com/sndnv.....
分类:
Web程序 时间:
2015-04-05 13:21:12
阅读次数:
175
ArcGIS10.x Engine直连提示连接超时ORA-12170 来自:http://www.iarcgis.com/?p=1004
分类:
Web程序 时间:
2015-04-05 13:17:50
阅读次数:
141
var t = new Thread(new ThreadStart(() => { HttpListener listener = new HttpListener(); var prefix = string.F...
分类:
Web程序 时间:
2015-04-05 13:12:49
阅读次数:
138
ArcGIS Engine 三维开发来自:http://www.iarcgis.com/?p=826在三维中,经常使用的一个功能就是播放动画,也就是我们要对一条动画轨迹进行播放,而在ArcGIS Engine中做3D开发的时候,轨迹有两个对应的对象IAnimationTrack和IAGAnimati...
分类:
Web程序 时间:
2015-04-05 13:10:20
阅读次数:
192
public void UploadInsurHistory() { using (IDbConnection connection = ConnConfig.DmsConnection) { IDbT...
分类:
Web程序 时间:
2015-04-05 13:10:34
阅读次数:
146
function?post(url,?params)?{
????var?temp?=?document.createElement("form");
????temp.action?=?url;
????temp.method?=?"post";
????temp.style.display?=?"none";
????for...
分类:
Web程序 时间:
2015-04-05 12:07:37
阅读次数:
115
转载:http://blog.csdn.net/mothz/article/details/6029810 相同)header('Refresh: 3; url=http://www.maiyoule.com/');echo '10后跳转到http://www.maiyoule.com'; // 重...
分类:
Web程序 时间:
2015-04-05 11:58:02
阅读次数:
132
//bootstrap源码中jquery版本的比较,记录一下+function ($) { 'use strict'; var version = $.fn.jquery.split(' ')[0].split('.') if ((version[0] < 2 && version[1] < 9.....
分类:
Web程序 时间:
2015-04-05 11:56:34
阅读次数:
156
php的ini文件中时区配置默认为关闭状态这会导致调用时间函数时出错,所以要开启时区并且配置自己的时区;查询手册找到所有的时区有:所以修改配置为:重启apache问题解决
分类:
Web程序 时间:
2015-04-05 11:51:40
阅读次数:
114
大型网站系统架构的演进(一) 大型网站系统架构的演进(二)分布式模块之间的通信 大型网站系统架构的演进(三)如何提高网站的高可用和高性能
分类:
Web程序 时间:
2015-04-05 11:50:47
阅读次数:
136