加载中
Linux Shell 编程笔记

收集了Shell与自动化脚本有关的基础命令,语法以及一些常用符号,还有与之相关的技术,包括正则表达式,图形化界面构建

PHP面向对象设计和设计模式

// Invoke of static functions or attributes. classname::staticFunctionName; classname::staticAttrName; // Invoke of dynamic(default) function or attributes. classname->function...

2016/09/04 19:04
229
PHP面向对象设计和设计模式

// Invoke of static functions or attributes. classname::staticFunctionName; classname::staticAttrName; // Invoke of dynamic(default) function or attributes. classname->function...

2016/09/04 19:04
21
Python细节

for keyname in dict.keys() items() dict.items() pop()

2016/09/03 09:26
181
常用英语单词简略写法

介绍了一些常用单词的简略写法,对于日常编程和阅读代码都有一定的帮助

MySQL细节

Alter table ALTER TABLE <table> DROP <column>; ALTER TABLE <table> ADD <column> <data_type>; ALTER TABLE <table> ADD <column> <data_type> [ FIRST | [AFTER <column>] ]; ALTER TAB...

Linux 系统编程笔记

Linux/Unix常用底层库 unistd.h unix standard stdlib.h standard library fcntl.h file control sys.h system stdio.h standard input/output dirent.h directory entries string.h string ...

各种重要的开源库

记录了各种重要的开源库,包括用于各个领域的,基于不同的编程语言的,大多是属于涉及底层建设的库。

Blender快捷键、常用操作备忘录

这是关于跨平台三维建模软件Blender的笔记,主要记录其常用快捷键、操作,偶尔记录一下一些有用的插件资源。

Windows下,Apache无法正常启动的排查和解决方法

有时Apache会因为各种各样的原因启动不了,这里总结本人在日常中的排查过程和解决方法,操作系统为Windows

没有更多内容

加载失败,请刷新页面

没有更多内容

返回顶部
顶部