上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 40 下一页
  2014年7月14日
摘要: IDEA导入cordova3.5工程目录注意事项1eclipse很不稳定,有很多小问题。平时我自己用idea,但是当用cordova3.5创建好工程目录是,用eclipse导入时没有问题的。但是idea就不行了,idea直接编译运行报错,但是eclipse就没有报错。我周末花了时间研究一下做成了pd... 阅读全文
posted @ 2014-07-14 10:11 c3tc3tc3t 阅读(1717) 评论(0) 推荐(0)
  2014年6月1日
摘要: function extend(subClass, superClass) { var f = function() {}; f.prototype = superClass.prototype; subClass.prototype = new f(); subClass.... 阅读全文
posted @ 2014-06-01 14:35 c3tc3tc3t 阅读(175) 评论(0) 推荐(0)
  2014年5月18日
摘要: 我使用了 express 框架目录结构db.js 文件function connectionDB(hostname, port) {//注释地方暂时没有使用。是把官方代码照抄下来// var Db = require('mongodb').Db;var MongoClient = require('... 阅读全文
posted @ 2014-05-18 09:33 c3tc3tc3t 阅读(485) 评论(0) 推荐(0)
摘要: sudo add-apt-repository ppa:ubuntu-wine/ppasudo apt-get updatesudo apt-get install winetricks 阅读全文
posted @ 2014-05-18 05:22 c3tc3tc3t 阅读(204) 评论(0) 推荐(0)
  2014年5月16日
摘要: 需要先执行sudo npm install -g express-generator再安装sudo npm install -g express建立项目骨架express -e xxx 阅读全文
posted @ 2014-05-16 12:38 c3tc3tc3t 阅读(519) 评论(0) 推荐(0)
  2014年5月12日
摘要: ubuntu 14.04 今天安装完 wine,之后会出现这个问题 原因应该是需要的字体无法下载那你需要手动下载,到这个地址下载http://sourceforge.net/projects/corefonts/files/the%20fonts/final/除了wd97vwr32.exe,其余11... 阅读全文
posted @ 2014-05-12 05:11 c3tc3tc3t 阅读(4023) 评论(0) 推荐(0)
  2014年5月11日
摘要: 今天安装了 sougou输入法.在ubuntu下面,然后网上一般的帖子都是要求你先删除 ibus但是你删除了ibus之后,就会导系统设置被删除很多设置项,甚至无法打开,所有你设置ubuntu输入法默认为fictx就可以,然后按照sougou官方要求,安装输入法,安装后重启就应该没问题假如无效.再找原... 阅读全文
posted @ 2014-05-11 21:24 c3tc3tc3t 阅读(613) 评论(0) 推荐(0)
  2014年4月29日
摘要: Sqliteman是一个图形界面的sqliteman客户端官网 http://www.sqliteman.com/1 添加源http://download.opensuse.org/repositories/home:/subik/openSUSE_13.1/2sudo zypper in sqli... 阅读全文
posted @ 2014-04-29 10:13 c3tc3tc3t 阅读(344) 评论(0) 推荐(0)
  2014年4月24日
摘要: ustc-osshttp://mirrors.ustc.edu.cn/opensuse/distribution/13.2/repo/oss/ustc-non-osshttp://mirrors.ustc.edu.cn/opensuse/distribution/13.2/repo/non-oss/... 阅读全文
posted @ 2014-04-24 05:59 c3tc3tc3t 阅读(3023) 评论(0) 推荐(0)
  2014年4月9日
摘要: package com.zl.jdk7;import java.io.File;import java.io.IOException;import java.nio.file.Path;import java.nio.file.Paths;public class PathTest1 {public static void main(String[] args) {Path listing = Paths.get("/home/c3t/1.js");//得到文件名System.out.println("File name :"+listing.getFi 阅读全文
posted @ 2014-04-09 10:19 c3tc3tc3t 阅读(868) 评论(0) 推荐(0)
上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 40 下一页