码迷,mamicode.com
首页 >  
搜索关键字:oh my zsh    ( 14955个结果
Euler_problem_18 for python
如下所示 给出2个解法 def euler_problem_18_1():     """     this problem spend my half-day but noting to finished ,so bad     """     rows = '''     3     7 4     2 4 6     100 5 9 3     '''     ...
分类:编程语言   时间:2014-06-07 01:28:18    阅读次数:261
11gR2 dataguard 备库文件损坏处理一例
原文链接:11gR2 dataguard 备库文件损坏处理一例   某客户的一套11gR2 dataguard环境出现异常,检查发现是备库出现文件损坏,且无法正常情况,已经超过1个多月没同步了。 我们先来看下备库的日志: .......省略部分内容 See Note 411.1 at My Oracle Support for error and packaging details. S...
分类:其他好文   时间:2014-06-07 01:25:07    阅读次数:217
蜗牛—JSP学习之JavaBean初识
初识: "> My JSP 'i...
分类:编程语言   时间:2014-06-05 12:05:40    阅读次数:244
install and config bind9(named) on linux server
This article shows my process of installing and configuring bind9 DNS server on a linux server. I didn't touch every aspects of bind9, but following the process, a DNS server is configured with A/AAAA...
分类:系统相关   时间:2014-06-05 08:36:26    阅读次数:450
java中string和int互相转化
1 如何将字串 String 转换成整数 int? A. 有两个方法: 1). int i = Integer.parseInt([String]); 或 i = Integer.parseInt([String],[int radix]); 2). int i = Integer.valueOf(my_str).intValue(); 注: 字串转成 Double, Float, Lo...
分类:编程语言   时间:2014-06-03 04:43:07    阅读次数:297
socket.io+angular.js+express.js做个聊天应用(二)
接着上一篇 我用的开发工具是sublime  打开之前创建的工程。 打开www 修改并添加代码 #!/usr/bin/env node var debug = require('debug')('my-application'); var app = require('../app'); var io=require("socket.io").li...
分类:Web程序   时间:2014-06-03 04:02:54    阅读次数:308
mysql常见问题
1. mysql忘记密码 vim /etc/my.conf 文件在mysqld下添加skip-grant-tables,表示mysql在登录的时候不检查权限。登录mysql。直接运行mysql> use mysql; > update user set Password=password('root') where User='root' > flush privileges; > qu...
分类:数据库   时间:2014-06-03 02:24:16    阅读次数:283
【转】java 读取 excel 2003 或 excel 2007
package com.my.login;import java.io.File;import java.io.FileInputStream;import java.io.IOException;import java.io.InputStream;import java.text.Decimal...
分类:编程语言   时间:2014-05-31 06:06:10    阅读次数:295
android 内存管理研究
1. 内存管理基础知识http://www.cnblogs.com/xingfuzzhd/p/3485924.html 1. mImageView.setImageResource(R.drawable.my_image); 这段代码会调用 BitmapFactory.decodeStream() ...
分类:移动开发   时间:2014-05-31 03:00:44    阅读次数:394
html5学习笔记2
css3选择器1.通过元素的关键字,如p,div等2.通过id属性3.通过class属性引用3.1通过class属性引用p标签,如:p.text{}//text样式只适用于p4.通过任意键引用例如:p[name]{}//仅引用带有name属性的p标签p[name="my"]{}//仅引用带有name...
分类:Web程序   时间:2014-05-31 01:28:28    阅读次数:291
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!