自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(8)
  • 资源 (139)
  • 收藏
  • 关注

转载 Mac 使用 扫描 仪

左上角,苹果标志的图标,点击,然后系统编好,然后找到打印机与扫描仪,然后找到你对应的扫描机器,单击扫描选项卡,进行相关设置即可扫描 连接扫描仪 只需通过 USB 线缆即可连接多动能打印机或扫描仪。如果多功能打印机使用以太网或无线网络,请确保将其配置为与 Mac 使用同一本地网络。接着,选取 Apple () > 系统偏好设置...,然后选取显示 > 打印与扫描。点按左侧“打印机”面板

2017-05-31 23:41:15 2250 1

翻译 如何为VS创建排序并移除不必要的命名空间引用-Is it possible to create a shortcut for removing unused usings into a class?

On the Tools menu, select Options, open the Environment folder, and choose Keyboard. On the Keyboard page select a Keyboard mapping scheme. In the Show commands containing text box, type Edit.Remo

2017-05-19 09:48:41 596

原创 C# MVC 生成带LOGO的二维码并返回到客户端

暂无

2017-05-19 09:12:54 2036

原创 省市县区js自动刷新

视图: @Html.DropDownList("province", ViewBag.dropDownListItems as IEnumerable, new { name = "prov" }) - 市 - 县区视图JS: $("#province").change( function () { G

2017-05-10 10:23:16 494

原创 mvc 基于basecontroller、ActionFilterAttribute及路由的访问登录验证

先看如何定义路由: public class RouteConfig { public static void RegisterRoutes(RouteCollection routes) { routes.IgnoreRoute("{resource}.axd/{*pathInfo}"); rou

2017-05-10 07:42:02 895

原创 C# mvc js cookie 接收手机验证码并防止页面刷新后重复获取验证码

@Config.GetMobileVerifyCodeInterval 变量用来保存多久可以重新获取,写在C#的配置文件中 首先再搞几个标签 控制cookie的js,用来在浏览器中保持计时: function addCookie(name, value, expiresHours) { var cookieString = name + "=" + escape(va

2017-05-10 07:08:12 1086

转载 js获取手机验证码倒计时的实现

方案一 $(function(){ $(".generate_code").click(function(){ var disabled = $(".generate_code").attr("disabled"); if(disabled){ return false; }

2017-05-05 14:49:17 616

原创 .net C# 程序控制IIS 添加站点域名绑定

首先添加两个引用: System.EnterpriseServices及System.DirectoryServices 然后再在代码中引用: using System.DirectoryServices; using System.EnterpriseServices; 然后就是如何添加绑定了: public static void AddHostHeader(int siteid

2017-05-04 00:08:44 4155

google chrome stable for ubuntu

google chrome stable for ubuntu 谷歌浏览器 稳定版

2018-05-29

鸢尾花数据集

鸢尾花数据集,这是个最常用的demo数据集,使用的时候先用setwd定位到目录

2018-03-05

adt-bundle-linux-x86_64-20140624

adt-bundle-linux-x86_64-20140624 ADT Bundle包含了Eclipse、ADT插件和SDK Tools,是已经集成好的IDE,只需安装好Jdk即可开始开发,推荐初学者下载ADT Bundle,不用再折腾开发环境。

2018-02-10

Booting multiple ISOs with GRUB2 from one single USB stick

Booting multiple ISOs with GRUB2 from one single USB stick

2018-01-10

aspx jqgrid 分页、excel导出最佳实践

aspx jqgrid 分页、excel导出最佳实践,其中包括jqgrid、Aspose.Cells等三方插件,同时,有C#代码与js代码

2017-12-11

Linux-Journal

Linux-Journal 这个刊物现在已经停了 我收集2016年10月至2017年11月的在此

2017-12-05

jquery.jqGrid.min.js

支持三行表头,修改了官方的jquery.jqGrid.min.js,直接替换即可

2017-11-22

全国行政区划地址数据库

全国行政区划地址数据库 CREATE TABLE `area` ( `ID` int(11) NOT NULL, `PARENT_ID` int(11) NOT NULL DEFAULT '0' COMMENT '父级ID', `NAME` varchar(50) NOT NULL COMMENT '名称', `SHORT_NAME` varchar(50) NOT NULL COMMENT '简称', `LONGITUDE` float NOT NULL DEFAULT '0' COMMENT '经度', `LATITUDE` float NOT NULL DEFAULT '0' COMMENT '纬度', `LEVEL` int(1) NOT NULL COMMENT '等级(1省/直辖市,2地级市,3区县,4镇/街道)', `SORT` int(3) NOT NULL DEFAULT '1' COMMENT '排序', `STATUS` int(1) NOT NULL DEFAULT '0' COMMENT '状态(0禁用/1启用)', PRIMARY KEY (`ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8

2017-10-28

visual studio 2013 英文语言包

visual studio 2013 英文语言包 visual studio 2013 英文语言包

2017-10-11

7z 命令行版

7z 命令行版 7z 命令行版 7z 命令行版 7z 命令行版 7z 命令行版

2017-10-11

Java Persistence with Hibernate

Hibernate

2017-08-02

MySQL_5.5中文帮助文档

MySQL_5.5中文帮助文档.

2017-08-02

Maven the definitive guide

Maven the definitive guide

2017-08-02

texturepacker_cr

texturepacker_cr

2017-07-17

adt-bundle-windows-x86_64-20140702 第二卷

adt-bundle-windows-x86_64-20140702 第二卷 第一卷:http://download.csdn.net/detail/hejisan/9901095

2017-07-17

adt-bundle-windows-x86_64-20140702 第一卷

adt-bundle-windows-x86_64-20140702 第一卷

2017-07-17

apache-ant-1.9.6-bin

apache-ant-1.9.6-bin

2017-07-17

.net版最新支付宝官方SDK(20170703可用)

.net版最新支付宝官方SDK(20170703可用)

2017-07-03

mysql-5.5.56-linux-glibc2.5-i686

mysql-5.5.56-linux-glibc2.5-i686

2017-07-03

dom4j-1.6.1.jar

dom4j-1.6.1.jar

2017-07-02

jdk-7u79-linux-x64

jdk-7u79-linux-x64

2017-07-02

jdk-7u7-linux-i586.tar.gz下载

jdk-7u7-linux-i586.tar.gz

2017-06-11

apache-tomcat-7.0.73

apache-tomcat-7.0.73 linux

2017-06-06

7-ZipPortable

7-ZipPortable

2017-05-23

ZXing.Net.0.12.0

ZXing.Net.0.12.0

2017-05-19

clipboard.min.js

clipboard.min.js

2017-04-22

vmware mac 第三卷 共三卷

vmware mac 第三卷 第一卷 http://download.csdn.net/detail/hejisan/9805958 第二卷 http://download.csdn.net/detail/hejisan/9805945 解压参考 http://blog.csdn.net/hejisan/article/details/53725955

2017-04-07

vmware mac 第一卷

vmware mac 第一卷 解压参考 http://blog.csdn.net/hejisan/article/details/53725955 第二卷地址:http://download.csdn.net/detail/hejisan/9805945

2017-04-07

Android 4_0 NDK程式设计

Android 4_0 NDK程式设计

2017-04-06

Android.NDK.Beginner's.Guide

Android.NDK.Beginner's.Guide 第一版

2017-04-06

SoundStudiomac

SoundStudiomac

2017-04-05

gimp 2.8 mac

gimp 2.8 mac

2017-04-05

cocos2d-x-3.14.1.zip 第二卷 第一卷请在我的下载里找

cocos2d-x-3.14.1.zip 第二卷 第一卷请在我的下载里找 解压请参考:http://blog.csdn.net/hejisan/article/details/53725955

2017-04-05

cocos2d-x-3.14.1.zip 第一卷 第二卷请在我的下载里找

cocos2d-x-3.14.1.zip 第一卷 第二卷请在我的下载里找 解压请参考:http://blog.csdn.net/hejisan/article/details/53725955

2017-04-05

android-sdk_r24.4.1-macosx

android-sdk_r24.4.1-macosx

2017-04-05

android-ndk-r10e-darwin-x86_64 mac 第二个卷 共两卷

android-ndk-r10e-darwin-x86_64 第二个卷 cat x* > file.zip 第一卷地址 http://download.csdn.net/detail/hejisan/9803776 解压 http://blog.csdn.net/hejisan/article/details/53725955

2017-04-05

android-ndk-r10e-darwin-x86_64 第一个卷

android-ndk-r10e-darwin-x86_64 第一个卷 cat x* > file.zip

2017-04-05

Synergy mac和windows版本

Synergy mac和windows版本 组合

2017-03-30

PortableGit-2.12

PortableGit-2.12

2017-03-30

Git-2.12.0-64-bit for windows

Git-2.12.0-64-bit https://tortoisegit.org/download/ https://github.com/waylau/git-for-win

2017-03-30

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除