上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 30 下一页
  2016年3月10日
摘要: protected string GetTimeStamp_Str=""; protected string nonceStr_Str = ""; protected string signature_Str = ""; protected void Page_Load(object sender, 阅读全文
posted @ 2016-03-10 18:08 雪原日暮 阅读(3035) 评论(0) 推荐(0) 编辑
  2016年3月8日
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.IO;using System.Text;usi 阅读全文
posted @ 2016-03-08 15:51 雪原日暮 阅读(195) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.IO; using System.Te 阅读全文
posted @ 2016-03-08 15:50 雪原日暮 阅读(793) 评论(0) 推荐(0) 编辑
  2016年3月7日
摘要: var guid = Guid.NewGuid();foreach (var i in new string[] { "P", "N", "B", "P", "X" }) Console.WriteLine("{0}:{1}", i, guid.ToString(i).ToUpper());P:(F 阅读全文
posted @ 2016-03-07 14:36 雪原日暮 阅读(157) 评论(0) 推荐(0) 编辑
摘要: 修改/caches/configs/system.php里面所有和域名有关的,把以前的老域名修改为新域名就可以了。 进行后台设置-》站点管理 对相应的站点的域名进行修改。 更新系统缓存。点击后台右上角的“更新缓存”按钮。 进入内容-》附件管理-》附件地址替换。把附件地址批量的替换为新的地址。当你点击 阅读全文
posted @ 2016-03-07 10:09 雪原日暮 阅读(179) 评论(0) 推荐(0) 编辑
  2015年12月9日
摘要: 有时间需要整理的东西1.登录2.后台框架(管理界面)3.api详细情况调用4.具有基础操作的模块5.session6.操作权限控制 阅读全文
posted @ 2015-12-09 18:43 雪原日暮 阅读(258) 评论(0) 推荐(0) 编辑
摘要: public int getRandom(int num) { Thread.Sleep(5); // Random ro = new Random(unchecked((int)DateTime.Now.Ticks)); ... 阅读全文
posted @ 2015-12-09 10:14 雪原日暮 阅读(432) 评论(0) 推荐(0) 编辑
  2015年12月7日
摘要: USE [DB_JP_BaseInfo]GO/****** Object: StoredProcedure [dbo].[sp_HeGeIndexReport] Script Date: 12/07/2015 10:28:21 ******/SET ANSI_NULLS ONGOSET QU... 阅读全文
posted @ 2015-12-07 11:04 雪原日暮 阅读(134) 评论(0) 推荐(0) 编辑
  2015年12月1日
摘要: (new Date(data.book.otherPublishDate)) .format("yyyy年MM月")/** * 时间对象的格式化; */ Date.prototype.format = funct... 阅读全文
posted @ 2015-12-01 10:39 雪原日暮 阅读(204) 评论(0) 推荐(0) 编辑
  2015年10月22日
摘要: http://192.168.136.131/sqlmap/mysql/get_int.php?id=1当给sqlmap这么一个url的时候,它会:1、判断可注入的参数2、判断可以用那种SQL注入技术来注入3、识别出哪种数据库4、根据用户选择,读取哪些数据sqlmap支持五种不同的注入模式:1、基于... 阅读全文
posted @ 2015-10-22 11:54 雪原日暮 阅读(306) 评论(0) 推荐(0) 编辑
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 30 下一页