Individual Project - Word frequency programImplement a console application to tally the frequency of words under a directory (2 modes).For all text fi...
分类:
其他好文 时间:
2014-09-18 11:14:03
阅读次数:
259
上文(理解javascript原型和作用域系列(1)——一切都是对象)已经提到,函数就是对象的一种,因为通过instanceof函数可以判断。var fn = function () { };console.log(fn instanceof Object); // true对!函数是一种对象,但....
分类:
编程语言 时间:
2014-09-17 21:47:42
阅读次数:
208
一坨js代码: 1 function s_gi(un, pg, ss) { 2 var c = "s.version='H.26';s.an=s_an;s.logDebug=function(m){var s=this,tcf=new Function('var e;try{console....
分类:
Web程序 时间:
2014-09-17 20:22:52
阅读次数:
500
最近需要调试一个fpga的驱动,整的很蛋疼!dev_dbg 想使用这个作为调试输出都不成功,已经被彻底打败了!反思中...
目前是根据以下相关设置后均不能打印,和网上说的有些出入,问题还得研究下。
驱动程序调用dev_dbg的地方
打卡debug功能
printk.c的console默认级别也修改为8了
device.h文件
#insmo...
分类:
数据库 时间:
2014-09-17 18:40:32
阅读次数:
215
[代码][CSS]代码 $.fn.share = function(opts) { var $body, $head; if ($(this).length === 0) { console.log("Share Button: No elements found."); return; } $.....
分类:
Web程序 时间:
2014-09-17 18:18:42
阅读次数:
338
Chrome的开发者工具已经强大到没朋友的地步了,特别是其功能丰富界面友好的console,使用得当可以有如下功效: 更高「逼格」更快「开发调试」更强「进阶级的Frontender」 Bug无处遁形「Console大法好」 console....
分类:
其他好文 时间:
2014-09-17 12:17:02
阅读次数:
335
以树结构形式列出系统当前的所有进程[root@wqj-pcetc]#pstreeinit─┬─NetworkManager───{NetworkManager}├─abrtd├─acpid├─atd├─auditd───{auditd}├─automount───4*[{automount}]├─certmonger├─console-kit-dae───63*[{console-kit-da}]├─crond├..
分类:
系统相关 时间:
2014-09-16 10:57:10
阅读次数:
255
我们在实现接口时,常常是类继承接口,然后在接口中实现相应的方法。代码如下:
interface IOutput
{
void output();
}
class SimpleOutput : IOutput
{
public void output()
{
Console.WriteLin...
分类:
其他好文 时间:
2014-09-16 09:17:50
阅读次数:
142
Chrome开发者工具已经强大到没朋友的地步,特别是其功能丰富界面友好的console,使用得当可以有如下功效: 更高「逼格」更快「开发调试」更强「进阶级的Frontender」 Bug无处遁形「Console大法好」主要内容:1、console.log2、console.assert3、conso...
分类:
其他好文 时间:
2014-09-16 02:42:19
阅读次数:
349
使用Package Control组件安装 按Ctrl+`调出console 粘贴以下代码到底部命令行并回车: import urllib2,os;pf=‘Package Control.sublime-package‘;ipp=sublime.installed_packages_path();os.makedirs(ipp) if not...
分类:
其他好文 时间:
2014-09-16 01:40:30
阅读次数:
241