* 一,plugin-addRichCombo plugin.js,在plugin/date/新建的 * 在config.js /** * @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reser ...
分类:
其他好文 时间:
2016-11-29 22:28:03
阅读次数:
238
Client Dependency Framework CDF CDF is a framework for managing CSS & JavaScript dependencies and optimizations for your web application. 具体可以在GitHub上 ...
分类:
其他好文 时间:
2016-11-28 11:11:41
阅读次数:
217
//以下均可console.log()实验 var winW=document.body.clientWidth||document.docuemntElement.clientWidth;//网页可见区域宽 var winH=document.body.clientHeight||document ...
分类:
Web程序 时间:
2016-11-15 22:50:04
阅读次数:
254
Question Design a Tic-tac-toe game that is played between two players on a n x n grid. You may assume the following rules: Example: Follow up:Could yo ...
分类:
其他好文 时间:
2016-11-02 14:18:42
阅读次数:
258
上次和指旺合作,我们公司做了微信版本的理财产品,对接的是指旺的接口,框架是我们构架师搭建的,后台逻辑主要是我来写的,主要是用来记录我在做这个的时候遇到的问题或者说对我来说比较新奇的东西。 对接最要是http请求数据加密解密的问题。 http请求分GET/Post两种,具体实现方法网上很多, 加密分为 ...
分类:
其他好文 时间:
2016-10-26 19:11:50
阅读次数:
148
封转类 using System; using System.Collections.Generic; using System.Linq; using System.Web; /// <summary> /// Car 的摘要说明 /// </summary> public class Car { ...
分类:
Web程序 时间:
2016-10-21 23:43:22
阅读次数:
232