Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b8d2716

Browse files
committed
update
1 parent c61a68e commit b8d2716

File tree

3 files changed

+35
-2
lines changed

3 files changed

+35
-2
lines changed

DB学习之路.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@
109109
* Managing Oracle Enterprise Manager Database Control: http://docs.oracle.com/cd/E11882_01/server.112/e25494/dbcontrol.htm#ADMIN13401
110110
* 2 Oracle SQL Connector for Hadoop Distributed File System: http://docs.oracle.com/cd/E37231_01/doc.20/e36961/sqlch.htm#BDCUG125
111111
* Generating an AWR Report Using the Command-Line Interface: http://docs.oracle.com/database/121/TGDBA/gather_stats.htm#TGDBA233
112+
* TRUNC (date): http://docs.oracle.com/cd/B28359_01/server.111/b28286/functions209.htm#SQLRF06151
112113

113114
* Oracle SQL Developer: http://www.oracle.com/technetwork/developer-tools/sql-developer/overview/index.html
114115
* Instant Client Downloads for Microsoft Windows (32-bit): http://www.oracle.com/technetwork/topics/winsoft-085727.html

vim学习之路.md renamed to EditorAndIDE学习之路.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,3 +325,32 @@ J 合并行
325325
* GNU Emacs Manuals Online: http://www.gnu.org/software/emacs/manual/
326326

327327

328+
# VSC
329+
330+
* Visual Studio Code: https://code.visualstudio.com/Download
331+
* Settings Sync: https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync
332+
333+
334+
# ultraedit
335+
336+
* http://www.ultraedit.com/
337+
* User-submitted wordfiles for UltraEdit/UEStudio: http://www.ultraedit.com/downloads/extras/wordfiles.html
338+
339+
340+
# Sublime Text
341+
342+
* http://www.sublimetext.com/
343+
* http://www.sublimetext.com/docs/3/
344+
* https://packagecontrol.io/installation
345+
346+
347+
# Others
348+
349+
* geany: http://www.geany.org/Download/Extras
350+
* Lime Text: http://limetext.org/
351+
* sourceinsight: http://www.sourceinsight.com/
352+
* Scintilla: http://www.scintilla.org/
353+
* xmlspy: https://www.altova.com/xmlspy.html
354+
* Bluefish: http://bluefish.openoffice.nl/index.html
355+
356+

Linux学习之路.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@
135135
* linux中screen命令的用法:http://www.9usb.net/201002/linux-screen-mingling.html
136136
* linux 下script命令记录终端会话:http://blog.chinaunix.net/uid-25885064-id-3430216.html
137137
* 记录终端下的操作(tee):http://os.chinaunix.net/a2008/0810/986/000000986568.shtml
138+
* Shell脚本交互之:自动输入密码: http://blog.csdn.net/zhangjikuan/article/details/51105166
139+
* Shell中重定向<<EOF注意事项: http://blog.csdn.net/iamlaosong/article/details/40509399
138140
* 音乐播放软件:clementine
139141
* rhythmbox歌词显示工具:osd-lyrics
140142
* 桌面美化工具:compiz
@@ -152,6 +154,8 @@
152154
* Audio CD Extractor(音频CD提取器):又名“音乐榨汁机”、“Sound Juicer”。能把CD转成flac、ogg、mp3等格式。官方主页:http://www.burtonini.com/blog/computers/sound-juicer
153155
* Sound Converter(声音转换程序): 支持flac、ogg、mp3、wav、m4a等格式间批量互转。官方主页:http://soundconverter.berlios.de
154156
* curl是利用URL语法在命令行方式下工作的文件传输工具。
157+
* thunderbird: https://www.mozilla.org/zh-CN/thunderbird/
158+
* gimp: https://www.gimp.org/
155159

156160
* PDFtk: https://www.pdflabs.com/
157161
* Master PDF Editor for Linux: https://code-industry.net/free-pdf-editor/
@@ -350,12 +354,11 @@ linux 下全局的文件与程序的关联是通过`/usr/share/applications/defa
350354
```
351355

352356
* 安装Synaptic软件包管理器
353-
* 卸载libreoffice/firefox/thunderbird/youker-assistant/amazon
357+
* 卸载libreoffice/firefox/youker-assistant/amazon
354358
* 重新启动计算机
355359
* 安装GLX-Dock并进行配置
356360
* 配置输入法(快捷键等)并重新登录
357361
* 安装clementine/osd-lyrics并进行配置,解决乱码问题,安装解码插件
358-
* 按装bluefish和geany
359362
* 安装快盘,进行配快盘和ubuntu one
360363
* 安装filezilla/okular/meld
361364
* 卸载Rhythmbox/empathy/account-plugin-*

0 commit comments

Comments
 (0)