C#操作SQLite的辅助类 代码段

Collections.Generic; using System.Text; using System.Web; using System.Configuration; using System.Data; using

xf3f 2015-04-24   1563   0
C#   SQLite  

JSONHelper JSON帮助类 代码段

Generic; using System.Linq; using System.Web; using System.Web.Script.Serialization; using System.Data;

xwyd 2015-02-10   5580   0
C#   JSON  

jQuery Uploadify结合C#实现带进度条的上传 代码段

'fileExt': '*.jpg;*.gif;*.png', //允许上传的文件后缀 'fileDesc': 'Web Image Files (.JPG, .GIF, .PNG)', //在浏览窗口底部的文件类型下拉菜单中显示的文本

enpc 2015-05-02   3252   0
C#  

Java字符串工具类 代码段

springframework.web.context.request.RequestContextHolder; import org.springframework.web.context.request

jopen 2015-06-29   7343   1
Java  

Java开发之文件上传 代码段

依赖2个jar包:commons-fileupload,commons-io。 代码如下: package com.example.web; import java.io.File; import java.io.FileOutputStream;

wn25 2015-01-12   3975   0
Java  

基于CXF的WebService客户端Java代码 代码段

new JaxWsProxyFactoryBean(); // 这里也可用myeclipse建立Web Service Client,引用对象.class factory.getInInterceptors()

hwl0420 2016-01-22   3750   0

C#对IIS进行操作的代码 代码段

System.Data; using System.Configuration; using System.Web; namespace IIS_BatchOperate { public class IISHelper

wen5 2015-05-02   2466   0
C#  

Html5响应式设计实现九宫格 代码段

name="apple-mobile-web-app-capable" content="yes" />

nyyb 2015-12-11   8402   0
HTML5  

C#自定义的GridView操作类,简化GridView操作 代码段

System.Collections.Generic; using System.Web.UI; using System.Web.UI.WebControls; using System.Data; using

likeo 2015-04-20   1066   0
C#  

java实现验证码完整版 代码段

第一步:在web.xml中配置servlet ImageServlet org.servlet

cwf8 2015-01-11   11519   2
Java   验证码  

自动同步服务器vm文件的shell脚本 代码段

}" t="/home/admin/${1}/target/${1}.war/${LINE##*web/src/main/webapp/}" cp $f $t done echo "[SUCCESS]syn

jopen 2015-12-03   3382   0
Shell  

C#实现文件下载,支持断点续传 代码段

using System.Configuration; using System.Web; using System.Web.Security; using System.IO; using System

cymt 2015-05-02   2568   0

php curl经典最常用的5个例子 代码段

supplied because your Web browser is sending a WWW-Authenticate header field that the Web server is not configured

ngww 2015-04-23   4969   2
PHP  

10个实用的PHP代码片段 代码段

作为一个正常的程序员,会好几种语言是十分正常的,相信大部分程序员也都会编写几句PHP程序;如果你是WEB程序员,那么PHP是必备的一门语言,即使你没用它开发过大型软件项目,也一定多少了解它的语法。

jopen 2015-07-24   5137   1
PHP  

PHP的curl常用的5个例子 代码段

supplied because your Web browser is sending a WWW-Authenticate header field that the Web server is not configured

jopen 2015-11-08   3986   0
PHP  

C#对asp.net的session进行简单的封装类 代码段

on和写入session,用户还可以根据自己的需要对这个类进行扩展。 using System.Web; namespace DotNet.Utilities { ///

/// Session

pdkie1 2015-04-12   1493   0
C#  

C# 生成MD5代码示例 代码段

"C3FCD3D76192E4007DFB496CCA67E13B". C#里也可以直接使用System.Web.Security 命名空间 生成MD5 FormsAuthentication.HashPass

wufflina 2016-02-20   3788   0
c#   MD5  

C# 发起HTTP请求并检查回应的Cookie数据 代码段

/** Examine Cookies. To see what cookies a Web Site uses, specify its name on the command line. For example

n342 2015-04-29   910   0
C#  

Nginx图片防盗链的方式 代码段

rewrite ^/ /daolian.jpg; } access_log off; root /opt/web; expires 5d; break; 第一行:gif|jpg|jpeg|png|ico

me87re 2015-05-04   3683   0
Nginx  

PHP 生成一个颜色选择面板 (Color Palette) 代码段

webcolor.php <em>Web</em>-Safe Color Palette

ebey2291 2016-01-23   866   0
PHP  
1 2 3 4 5 6 7 8 9 10