上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 39 下一页
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Security.Cryptography;using System.Web;namespace GiftWeb.Util{ public ... 阅读全文
posted @ 2015-06-02 11:46 大空白纸 阅读(2027) 评论(0) 推荐(0) 编辑
摘要: //url加密与解密string res1 = HttpUtility.UrlEncode("7Z2K5Lgk/iI=");//值是7Z2K5Lgk%2fiI%3dstring res2 = HttpUtility.UrlEncode(res1);//值是: 7Z2K5Lgk%252fiI%253d... 阅读全文
posted @ 2015-06-01 21:17 大空白纸 阅读(231) 评论(0) 推荐(0) 编辑
摘要: 对于SQL Server 2008,有几个地方是要注意的,比方在还原数据库时,不像2000里边将数据库和文件区分的很细,统一均为文件,这就使还原的数据库文件制定为. bak。那么想还原2000的数据库(备份数据库文件,无后缀名的),就需要自己手工选择。 阅读全文
posted @ 2015-05-29 14:39 大空白纸 阅读(261) 评论(0) 推荐(0) 编辑
摘要: 1.执行无参数sql:string sql = "select * from IntegralInfo where convert(nvarchar,getdate(),23)='{0}' and status=1 and userinfoid='{1}'";sql = string.Format(... 阅读全文
posted @ 2015-05-25 12:25 大空白纸 阅读(2943) 评论(0) 推荐(0) 编辑
摘要: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_pa 阅读全文
posted @ 2015-05-23 18:11 大空白纸 阅读(148) 评论(0) 推荐(0) 编辑
摘要: package mydemo.mycom.demo2;import android.graphics.Bitmap;import android.graphics.BitmapFactory;import android.support.v7.app.ActionBarActivity;import... 阅读全文
posted @ 2015-05-23 18:09 大空白纸 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 日常工作中利用SQL SQLSERVER 2008 的维护计划对数据库进行定期的备份,这样一方面可以对数据库进行备份保证数据安全另一方面也可以减轻对维护人员的负担。一般对于WEB 服务器进 行维护都是在访问人数较少的情况下进行的,要对数据进行备份要么是利用一些备份的软件或系统自动的备份工作例如win... 阅读全文
posted @ 2015-05-23 12:52 大空白纸 阅读(258) 评论(0) 推荐(0) 编辑
摘要: 1、Servicepackage mydemo.mycom.demo2.service;import org.apache.http.HttpResponse;import org.apache.http.NameValuePair;import org.apache.http.client.Htt... 阅读全文
posted @ 2015-05-20 12:14 大空白纸 阅读(310) 评论(0) 推荐(0) 编辑
摘要: 1.mainActivity 2.ListView的itemActivity 3.ListView footerActivity 4.MainActivity.javapackag... 阅读全文
posted @ 2015-05-20 09:20 大空白纸 阅读(290) 评论(0) 推荐(0) 编辑
摘要: 1. 传值Activitypackage mydemo.mycom.demo2;import android.content.Intent;import android.support.v7.app.ActionBarActivity;import android.os.Bundle;import ... 阅读全文
posted @ 2015-05-19 11:35 大空白纸 阅读(323) 评论(0) 推荐(0) 编辑
上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 39 下一页