码迷,mamicode.com
首页 >  
搜索关键字:ise module browser    ( 16248个结果
confluence jira crowd mysql等资源补充-单点登录等
http://atlassian.csdn.net/module/btc/atlassian/indexcsdn 代理文档等confluence大陆代理官网,含中文演示http://www.confluence.cnjira安装及破解操作步骤 有邮件配置http://wenku.baidu.com/...
分类:数据库   时间:2014-10-16 01:24:51    阅读次数:866
python常用的时间方法
from time import strftimesetTime = strftime("%Y_%m_%d_%H_%M_%S", time.localtime()) 我们先导入必须用到的一个module>>> import time设置一个时间的格式,下面会用到>>>ISOTIMEFORMAT=’%...
分类:编程语言   时间:2014-10-15 12:36:20    阅读次数:186
王爽-汇编语言-综合研究四-不使用main函数编程
(一) 研究目的使用C语言编程,我们一定要使用main函数么?(二) 研究过程1) 最初的程序首先,我们编写一个不写main函数的C语言程序。程序如下:在编译的过程中,没有发现错误。在链接的过程中发现出现的错误如下:链接时出现Undefined symbol ‘_main’ in module c0...
分类:编程语言   时间:2014-10-15 01:40:49    阅读次数:532
Javascript教程:querySelector()方法
module dom { [Supplemental, NoInterfaceObject] interface NodeSelector { Element querySelector(in DOMString selectors); NodeList querySelectorAll(in DOMString selectors); }; Document implements N...
分类:编程语言   时间:2014-10-14 19:00:29    阅读次数:645
客户端检测
varclient=function(){ //renderingengines varengine={ ie:0, gecko:0, webkit:0, khtml:0, opera:0, //completeversion ver:null }; //browsers varbrowser={ //browsers ie:0, firefox:0, safari:0, konq:0, opera:0, chrome:0, //specificversion ver:null }; //platform..
分类:其他好文   时间:2014-10-14 04:46:08    阅读次数:175
Qt-4.8 WebKit + QtWebKit-2.3.x上CSS3 Web Fonts支持的一些记录
Chrome 37 Firefox 32 IE 8 TTF(TrueType) ○ ○ ○ ╳ OTF(OpenType) ○ ○ ○ ╳ WOFF ○ ○ ○ ╳ SVG ╳ ○ ╳ ╳ local() ╳ ○ ○ ╳ EOT ╳ ╳ ╳ ○ WOFF 2.0 ╳ ╳ ...
分类:Web程序   时间:2014-10-14 00:14:27    阅读次数:469
ruby跟踪文件加载和类的定义
classtrace.rb: #encoding: utf-8 module ClassTrace T = [] #定义数组常量T,存放trace信息 if x = ARGV.index("--traceout") #如果ruby命令后面有--traceout参数,则记录到文件中,否则输出 OUT = File...
分类:其他好文   时间:2014-10-13 23:45:37    阅读次数:246
centos7 nginx前端 apache后端 及多站点简单配置
cd/usr/local/src wgethttp://nginx.org/download/nginx-1.7.6.tar.gz tar–xvfnginx-1.7.6.tar.gz cdnginx-1.7.6 ./configure--prefix=/usr/local/nginx--with-http_stub_status_module--with-http_ssl_module--with-pcre makemakeinstall vi/usr/local/nginx/conf/nginx.con..
分类:Web程序   时间:2014-10-13 17:47:30    阅读次数:552
ionic 不同view的數據交互
angular中通過service factory 等服務來對不同的控制器進行數據交互 ,ionic 也一樣... 1 var app = angular.module('ionicApp', ['ionic']) 2 3 app.service('TodosService', function(....
分类:其他好文   时间:2014-10-13 14:02:59    阅读次数:258
ionic localstorage
1 angular.module('locals',[]) 2 .factory('ls', ['$window', function($window) { 3 return { 4 set: function(key, value) { 5 $window.localSt...
分类:其他好文   时间:2014-10-13 13:29:29    阅读次数:205
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!