会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
再出发
再出发
博客园
首页
新随笔
管理
上一页
1
···
32
33
34
35
36
37
38
39
40
···
43
下一页
2016年11月22日
Android - Style问题
摘要: 转自: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 咸鱼翻身
阅读(352)
评论(0)
推荐(0)
2016年11月9日
Javascript 字符串替换
摘要: <!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 咸鱼翻身
阅读(570)
评论(0)
推荐(0)
2016年11月8日
NodeJS-004-Oracle驱动编译
摘要: 一、参考文章 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 咸鱼翻身
阅读(471)
评论(0)
推荐(0)
python 数据类型详解(转)
摘要: 转自: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 咸鱼翻身
阅读(329)
评论(0)
推荐(0)
Python 常见文件操作的函数示例(转)
摘要: 转自:http://www.cnblogs.com/txw1958/archive/2012/03/08/2385540.html # -*-coding:utf8 -*- ''''' Python常见文件操作示例 os.path 模块中的路径名访问函数 分隔 basename() 去掉目录路径,
阅读全文
posted @ 2016-11-08 11:00 咸鱼翻身
阅读(746)
评论(0)
推荐(0)
Python 字符串处理(转)
摘要: 转自:黄聪:Python 字符串操作(替换、删除、截取、复制、连接、比较、查找、包含、大小写转换、分割等) http://www.cnblogs.com/huangcong/archive/2011/08/29/2158268.html 去空格及特殊符号 复制字符串 连接字符串 查找字符 比较字符串
阅读全文
posted @ 2016-11-08 10:39 咸鱼翻身
阅读(265)
评论(2)
推荐(0)
2016年11月7日
Oracle 用户解锁
摘要: ALTER USER hr ACCOUNT UNLOCK ALTER USER hr IDENTIFIED BY welcome
阅读全文
posted @ 2016-11-07 02:41 咸鱼翻身
阅读(284)
评论(0)
推荐(0)
2016年11月5日
NodeJS-003-自动刷新
摘要: 修改index.js之后,发现刷新浏览器,没有任何更改,需要关闭应用重新启动。 为了避免每次修改代码后要自动重启。通过安装supervisor来监控代码修改。 安装:npm install -g supervisor 通过cd命令切换到应用目录 执行:supervisor app.js
阅读全文
posted @ 2016-11-05 23:31 咸鱼翻身
阅读(640)
评论(0)
推荐(0)
NodeJS-002-Expres启动
摘要: 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 咸鱼翻身
阅读(221)
评论(0)
推荐(0)
NodeJS-001-Nodejs学习文档整理(转-出自http://www.cnblogs.com/xucheng)
摘要: Nodejs学习文档整理 http://www.cnblogs.com/xucheng/p/3988835.html 1、nodejs是什么: nodejs是一个是javascript能在后台运行的平台,具体来时只是使code javascript能在后台运行,因为不在浏览器中运行所以不涉及到doc
阅读全文
posted @ 2016-11-05 22:48 咸鱼翻身
阅读(254)
评论(0)
推荐(0)
上一页
1
···
32
33
34
35
36
37
38
39
40
···
43
下一页
公告