上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 43 下一页
摘要: 转自:http://jingyan.baidu.com/article/c910274be7536acd361d2dca.html 转自:http://blog.sina.com.cn/s/blog_3e28c8a50102v7ry.html 详解: 1、res/values/styles.xml 阅读全文
posted @ 2016-11-22 19:00 咸鱼翻身 阅读(346) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html><head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title></title> <meta charset="utf-8" /></head><body 阅读全文
posted @ 2016-11-09 12:49 咸鱼翻身 阅读(564) 评论(0) 推荐(0) 编辑
摘要: 一、参考文章 https://community.oracle.com/docs/DOC-931127 http://www.cnblogs.com/stone_w/p/4794747.html http://giscafer.com/2016/04/13/node-oracledb-demo/#m 阅读全文
posted @ 2016-11-08 22:12 咸鱼翻身 阅读(459) 评论(0) 推荐(0) 编辑
摘要: 转自:http://www.cnblogs.com/linjiqin/p/3608541.html 目录1、字符串2、布尔类型3、整数4、浮点数5、数字6、列表7、元组8、字典9、日期 1、字符串1.1、如何在Python中使用字符串a、使用单引号(')用单引号括起来表示字符串,例如:str='th 阅读全文
posted @ 2016-11-08 11:02 咸鱼翻身 阅读(319) 评论(0) 推荐(0) 编辑
摘要: 转自:http://www.cnblogs.com/txw1958/archive/2012/03/08/2385540.html # -*-coding:utf8 -*- ''''' Python常见文件操作示例 os.path 模块中的路径名访问函数 分隔 basename() 去掉目录路径, 阅读全文
posted @ 2016-11-08 11:00 咸鱼翻身 阅读(740) 评论(0) 推荐(0) 编辑
摘要: 转自:黄聪:Python 字符串操作(替换、删除、截取、复制、连接、比较、查找、包含、大小写转换、分割等) http://www.cnblogs.com/huangcong/archive/2011/08/29/2158268.html 去空格及特殊符号 复制字符串 连接字符串 查找字符 比较字符串 阅读全文
posted @ 2016-11-08 10:39 咸鱼翻身 阅读(257) 评论(2) 推荐(0) 编辑
摘要: ALTER USER hr ACCOUNT UNLOCK ALTER USER hr IDENTIFIED BY welcome 阅读全文
posted @ 2016-11-07 02:41 咸鱼翻身 阅读(277) 评论(0) 推荐(0) 编辑
摘要: 修改index.js之后,发现刷新浏览器,没有任何更改,需要关闭应用重新启动。 为了避免每次修改代码后要自动重启。通过安装supervisor来监控代码修改。 安装:npm install -g supervisor 通过cd命令切换到应用目录 执行:supervisor app.js 阅读全文
posted @ 2016-11-05 23:31 咸鱼翻身 阅读(625) 评论(0) 推荐(0) 编辑
摘要: 1、打开app.js文件 2、在module.exports = app;之前输入: app.listen(8100,function(){ console.log("Server Start!");}); 8100是地址栏需要输入的端口,注意和IIS、tomcat、arcgis server、ph 阅读全文
posted @ 2016-11-05 23:24 咸鱼翻身 阅读(210) 评论(0) 推荐(0) 编辑
摘要: Nodejs学习文档整理 http://www.cnblogs.com/xucheng/p/3988835.html 1、nodejs是什么: nodejs是一个是javascript能在后台运行的平台,具体来时只是使code javascript能在后台运行,因为不在浏览器中运行所以不涉及到doc 阅读全文
posted @ 2016-11-05 22:48 咸鱼翻身 阅读(244) 评论(0) 推荐(0) 编辑
上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 43 下一页