【微信开发】api 一. 开发文档 二. 调试工具 三. api 1. 获取 token - https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid={0}&secret={1} 有过期时效,需要定时刷新
分类:
微信 时间:
2016-03-18 10:46:30
收藏:
0 评论:
0 赞:
0 阅读:
298
错误:在本机编译过程中没有出现错误,程序能够执行。Copy出编译程序以及所需要的一些Dll文件,放在另一台机子上出现以下错误System.InvalidCastException: Unable to cast COM object of type 'Microsoft.Office.Interop
分类:
Windows开发 时间:
2016-03-18 10:46:20
收藏:
0 评论:
0 赞:
0 阅读:
367
【方程通式】 \(\large \frac{\partial^2u}{\partial t^2}=a^2\frac{\partial^2u}{\partial x^2}\quad\normalsize (00)\) 其中\(a\)为正实数。 【典型边界条件】 {两端固定} 第一类齐次边界条件 + 第...
分类:
其他 时间:
2016-03-18 10:46:12
收藏:
0 评论:
0 赞:
0 阅读:
190
js /(^\d{15}$)|(^\d{18}$)|(^\d{17}(\d|X|x)$)/ 身份证/[1](3|5|8|4)+\d{9}$/ 手机正则 ^[a-zA-Z0-9_\u4e00-\u9fa5]+$ 用户名^[a-zA-Z0-9_.]+$ 密码 Java s.replaceAll("\\s
分类:
其他 时间:
2016-03-18 10:46:00
收藏:
0 评论:
0 赞:
0 阅读:
190
1.我采用的测试时phpunit 1).按照:https://phpunit.de/ 把下载的文件放到C:/window 目录,让后修改一下文件的后缀,使在敲击命令的时候可以不用敲文件的全称 如:phpunit-5.2.12.phpra 修改为 phpunit-5.2.12.cmd 然后你在敲击命令
分类:
其他 时间:
2016-03-18 10:45:50
收藏:
0 评论:
0 赞:
0 阅读:
203
<!DOCTYPE HTML><HTML> <head> <meta charset="utf-8" /> <title>css两列布局,一边固定宽度,另一边自适应</title> </head> <style> a, body, center, cite, code, dd, del, div,
分类:
Web开发 时间:
2016-03-18 10:45:40
收藏:
0 评论:
0 赞:
0 阅读:
395
分类:
Windows开发 时间:
2016-03-18 10:45:10
收藏:
0 评论:
0 赞:
0 阅读:
579
手势识别在iOS上非常重要,手势操作移动设备的重要特征,极大的增加了移动设备使用便捷性。iOS 中手势包括:UITapGestureRecognizer(点击),UIPinchGestureRecognizer(捏合),UIRotationGestureRecognizer(旋转),UISwipeG
分类:
移动平台 时间:
2016-03-18 10:45:00
收藏:
0 评论:
0 赞:
0 阅读:
195
事前准备:下载好JUnit以及Hamcrest的jar包,提供github的下载网址 下载好了上述两个jar包之后,打开Eclipse,新建java project,右键完成好的工程文件夹,选择BuildPath选项。 之后,在弹出的窗口中进行如下操作:选中“Libraries”,点击“Add Ex
分类:
其他 时间:
2016-03-18 10:44:50
收藏:
0 评论:
0 赞:
0 阅读:
191
在国内网站中,包括三大门户,以及“引领”中国网站设计潮流的蓝色理想,ChinaUI等都是使用了px作为字体单位。只有百度好歹做了个可调的表率。而 在大洋彼岸,几乎所有的主流站点都使用em作为字体单位,也就是可调的。没错,px比em更加容易使用,大部分读者不知道em为何物或者它相当于多少 px。国外人
分类:
其他 时间:
2016-03-18 10:44:40
收藏:
0 评论:
0 赞:
0 阅读:
240
A group of two or more people wants to meet and minimize the total travel distance. You are given a 2D grid of values 0 or 1, where each 1 marks the h
分类:
其他 时间:
2016-03-18 10:44:30
收藏:
0 评论:
0 赞:
0 阅读:
197
浏览器的宽、高度alert($(window).height()); //浏览器时下窗口可视区域高度 alert($(document).height()); //浏览器时下窗口文档的高度 alert($(document.body).height());//浏览器时下窗口文档body的高度 ale
分类:
其他 时间:
2016-03-18 10:44:20
收藏:
0 评论:
0 赞:
0 阅读:
187
最近,我学习了jquery的源码,有个很深的认识就是——当对js的基本语法和面向对象思维了解比较熟悉之后,js真正的精髓在通过阅读一些优秀的框架源码也显现出来,我个人总结为对原型(原型链)和闭包两个基本认识上的大头的全面认识和灵活运用,当然还有在编码路上需要慢慢积累的数据结构、代码技巧、内存管理和事
分类:
Web开发 时间:
2016-03-18 10:44:10
收藏:
0 评论:
0 赞:
0 阅读:
305
(function ($) { $.fn.extend( { "wangjing":function(options){ var opts = $.extend(defaults,options); this.each(function () { var $this =$(this); $this.
分类:
Web开发 时间:
2016-03-18 10:43:50
收藏:
0 评论:
0 赞:
0 阅读:
367
链接地址:http://hedengcheng.com/?p=771 1 背景 1 1.1 MVCC:Snapshot Read vs Current Read 2 1.2 Cluster Index:聚簇索引 3 1.3 2PL:Two-Phase Locking 3 1.4 Isolation
分类:
数据库技术 时间:
2016-03-18 10:43:40
收藏:
0 评论:
0 赞:
0 阅读:
289
Oracle中序列的操作以及使用前对序列的初始化 一 创建序列 create sequence myseq start with 1 increment by 1 nomaxvalue minvalue 1 二 初始化序列 select myseq.nextval from dual; 这里值得注意
分类:
数据库技术 时间:
2016-03-18 10:43:20
收藏:
0 评论:
0 赞:
0 阅读:
244
click无响应第一种$.get("",{param:"topmenu"},function(data){ $(".menu dl").html(data); $(".menu dl dd:first-child a").click(); });ajax响应的数据还没回来$(".class").cl
分类:
其他 时间:
2016-03-18 10:43:10
收藏:
0 评论:
0 赞:
0 阅读:
237
前言 一、面试题、答案以及总结 js中截取字符串的方法
分类:
编程语言 时间:
2016-03-18 10:43:00
收藏:
0 评论:
0 赞:
0 阅读:
164
原文网址:http://www.ncloud.hk/%E6%8A%80%E6%9C%AF%E5%88%86%E4%BA%AB/cordova-plugin-inappbrowser/ 要想App里边的链接在指定的内部浏览器或者系统浏览器打开,需要使用cordova-plugin-inappbrows
分类:
移动平台 时间:
2016-03-18 10:42:40
收藏:
0 评论:
0 赞:
0 阅读:
364
<div style="margin-left:50px"> 正文字体大小: <select name="select" id="fontslt" onChange='NYSfont()'> <option selected='true'>选择阅读字体 </option> <option value
分类:
其他 时间:
2016-03-18 10:42:30
收藏:
0 评论:
0 赞:
0 阅读:
157