摘要: 1、下载oracle VM virtualbox centos7 1.1、 下载地址:https://www.virtualbox.org/wiki/Downloads https://www.centos.org/download/ 1.2 安装教程:https://jingyan.baidu.c 阅读全文
posted @ 2018-05-26 19:05 wzh0717 阅读(580) 评论(0) 推荐(0)
摘要: VirtualBox图形界面下有四种网络接入方式,它们分别是: 1、NAT 网络地址转换模式(NAT,Network Address Translation) 2、Bridged Adapter 桥接模式 3、Internal 内部网络模式 4、Host-only Adapter 主机模式 而在Co 阅读全文
posted @ 2018-05-26 16:43 wzh0717 阅读(904) 评论(0) 推荐(0)
摘要: OAuth 2.0注意事项: 1、 获取access_token时,请使用POST 1 private static string GetAuthorization(string username, string password) 2 { 3 string authorization = stri 阅读全文
posted @ 2017-09-19 13:50 wzh0717 阅读(756) 评论(0) 推荐(0)
摘要: 中文翻译文档: http://blog.csdn.net/rickiyeat/article/details/56483577 版本说明: Jquery v2.1.1 Bootstrap V3.3.7 bootstrap-table V1.11.1 一、视图页 1 <!DOCTYPE html> 2 阅读全文
posted @ 2017-09-04 16:54 wzh0717 阅读(2946) 评论(0) 推荐(0)
摘要: var txtBigBalance; //金额同步输入 if ($.browser.msie)//IE { $("#txtBalanceP").get(0).onpropertychange = get... 阅读全文
posted @ 2014-06-13 11:12 wzh0717 阅读(300) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2014-05-23 22:32 wzh0717 阅读(192) 评论(0) 推荐(0)
摘要: 页面: 帐号:金额:inputFormat.js(function($){ var methods={ init:function(){ $.error('What are you doing?') }, account:function() { $(this).keydown(fu... 阅读全文
posted @ 2014-05-20 21:03 wzh0717 阅读(2068) 评论(0) 推荐(0)
摘要: --测试表CREATE TABLE [dbo].[Employee] ( [EmployeeNo] INT PRIMARY KEY, [EmployeeName] [nvarchar](50) NULL, [CreateUser] [nvarchar](50) NULL, [... 阅读全文
posted @ 2014-05-10 08:45 wzh0717 阅读(1056) 评论(1) 推荐(1)
摘要: 前提:引入COM组件1、创建object oMissing = System.Reflection.Missing.Value;Word._Application oWord;Word._Document oDoc;oWord = newWord.Application();oWord.Visibl... 阅读全文
posted @ 2010-02-05 11:25 wzh0717 阅读(18751) 评论(0) 推荐(6)
摘要: 1.当前系统日期、时间selectgetdate() select当前日期=convert(varchar(10),getdate(),120) 当前时间=convert(varchar(8),getdate(),114)2.dateadd在向指定日期加上一段时间的基础上,返回新的datetime值... 阅读全文
posted @ 2009-11-11 13:46 wzh0717 阅读(268) 评论(0) 推荐(0)