码迷,mamicode.com
首页 >  
搜索关键字:linux sed 正则表达式    ( 176723个结果
RegexKitLite的使用
作用:正则表达式的iOS开源库 官方文档:http://regexkit.sourceforge.net/RegexKitLite/ 正则表达式 30分钟入门教程:http://www.codeproject.com/Articles/9099/The-Minute-Regex-Tutorial 使用: 1,github下载:https://github.com/samdeane/...
分类:其他好文   时间:2014-07-22 23:05:12    阅读次数:419
oracle 简单SQL
1, insert into test select * from test;(造测试数据)2, create table b as select * from a; (创建表结构一样的空表,数据可同上插入数据)3,linux系统下让sqlplus支持历史命令回调在linux中实现上述功能,需要.....
分类:数据库   时间:2014-05-01 21:33:20    阅读次数:447
Linux重启inotify配置max_user_watches无效被恢复默认值8192的正确修改方法
Linux下Rsync+inotify-tools实现数据实时同步中有一个重要的配置就是设置Inotify的max_user_watches值,如果不设置,当遇到大量文件的时候就会出现出错的情况。一般网上修改方法就是直接修改文件:/proc/sys/fs/inotify/max_user_watch...
分类:系统相关   时间:2014-05-01 21:22:57    阅读次数:715
入门: 使用JNI 从C++代码中调用Java的静态方法
开发环境:操作系统: (uname -a output)Linux ubuntu 3.8.0-19-generic #29-Ubuntu SMP Wed Apr 17 18:16:28 UTC 2013 x86_64 x86_64 x86_64 GNU/LinuxJDK 版本 : (java -ve...
分类:编程语言   时间:2014-05-01 20:46:54    阅读次数:565
Requirement-Driven Linux Shell Programming
Requirement-Driven Linux Shell ProgrammingRequirement-Driven Linux Shell ProgrammingTable of Contents1. Where can I find the basic Material about Linu...
分类:系统相关   时间:2014-05-01 20:40:05    阅读次数:678
indy openssl lazarus 编程linux下出现不能装载动态库的问题原因!
版本不对的原因。具体在10.5.9下修改此参数即可解决问题。LoadFunction() has an ACritical parameter. It is set to True by default, but can be set to False for individual function...
分类:系统相关   时间:2014-05-01 20:14:57    阅读次数:594
linux c coding style
liunx c 编码风格
分类:系统相关   时间:2014-05-01 20:06:28    阅读次数:499
Shell脚本快速入门
读研几年主要做的是控制领域的开发研究,做的硬件以及底层开发比较多。现在毕业了,开始发力软件领域,那么就让我从最简单基础的shell编程开始吧争取打扎实基础。 从程序员的角度来看,Shell本身是一种用C语言编写的程序,从用户的角度来看,Shell是用户与Linux操作系统沟通的桥梁。用户既可以...
分类:其他好文   时间:2014-05-01 19:58:41    阅读次数:357
Everpad: 在linux(ubuntu)上最好的Evernote客户端,不再为linux没Evernote而苦恼
安装Everpad sudo add-apt-repository ppa:nvbn-rm/ppa sudo apt-get update sudo apt-get install everpad...
分类:系统相关   时间:2014-05-01 17:35:52    阅读次数:490
java 将英文文章 按句子,标点符号分割,正则表达式
package com.gao; import java.io.BufferedReader; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.IOException; import java.io.InputStreamReader;...
分类:编程语言   时间:2014-04-30 22:16:38    阅读次数:768
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!