Flash Media Live Encoder命令行推流Flash Media Live Encoder NotesFlash Media Live Encoder 除了直接以 GUI 方式操作之外还能透过 Command Line 呼叫 FMLECmd 方式控制以下则是简单的笔记大部分 FMLE...
分类:
其他好文 时间:
2014-07-19 19:10:29
阅读次数:
351
ubuntu 12.04:edit file: /etc/default/grubGRUB_CMDLINE_LINUX_DEFAULT="xxx"-> GRUB_CMDLINE_LINUX_DEFAULT="xxx text"CentOS :edit file: /etc/inittab# init...
分类:
其他好文 时间:
2014-07-19 19:06:03
阅读次数:
172
session.BeginDataAccess(); if (session.GotoFirstSource()){ do{ RTPPacket *packet; while ((packet = session.GetNextPacket()) != 0){ ...
分类:
其他好文 时间:
2014-07-19 17:34:58
阅读次数:
243
SqlServer 2008“Msg 1807, Level 16, State 3, Line 1Could not obtain exclusive lock on database ‘model’. Retry the operation later.Msg 1802, Level 16, S...
分类:
数据库 时间:
2014-07-19 17:28:23
阅读次数:
1153
自 W3School 的 HTML 快速参考。可以打印它,以备日常使用。HTML Basic DocumentDocument name goes hereVisible text goes hereText ElementsThis is a paragraph (line break) (hor...
分类:
Web程序 时间:
2014-07-19 17:20:19
阅读次数:
217
数据库事务常见的三种现象:1脏读(dirty read):未提交读。(A修改年龄为20,B读出20后,A回滚为18。) 出现场景:大多数数据库默认的级别为提交读(SQLServer,Orcal),所以除非设置隔离级别为Readuncommitted,否则不会出现。 解决方案:SET TRANSACT...
分类:
其他好文 时间:
2014-07-19 00:31:01
阅读次数:
203
Counting Game There are n people standing in a line, playing a famous game called ``counting". When the game begins, the leftmost person says ``1" lo....
分类:
其他好文 时间:
2014-07-19 00:20:58
阅读次数:
245
孙正义:在美国求学期间,孙正义创造了3周完成高中教育、不到两年念完圣名学院课程的记录,1977年孙正义顺利进入了加利福尼亚大学[1]伯克利读经济,但这位伯克利的毕业生毕业多年并没有伯克利的毕业证,而原因竟是他为了回日本等不到毕业典礼的举行。他在毕业典礼举行之前一周便返回了日本。
分类:
其他好文 时间:
2014-07-19 00:09:37
阅读次数:
219
print后用一个逗号结尾就可以禁止输出换行,例子如下>>> i=0>>> while i >> i=0>>> while i < 3: print i, i+=1 0 1 2
分类:
编程语言 时间:
2014-07-18 18:16:39
阅读次数:
574
iOS做国外APP时几种常见社交分享,mark...
分类:
移动开发 时间:
2014-07-18 18:05:22
阅读次数:
301