用Eclipse在线安装的方式:Help-->Install New Software地址输入:http://m2eclipse.sonatype.org/sites/m2e/,列表中打勾勾上后点击Next安装maven插件时遇到了如下的错误:Cannot complete the install ...
分类:
其他好文 时间:
2014-08-04 13:42:47
阅读次数:
255
1:下载memcached for Win322:解压之后会有memcached.exememcached.ini两个文件(我下载的是这样的)3:memcached.ini内容bind_addr=127.0.0.1listener_port=11212memory=16max_conns=1024e...
/*inputhastip类绑定事件*/$('.inputhastip').css("color", "#999");$('.inputhastip').bind({ focus:function(){ if(this.value==this.defaultValue) { this.value="...
分类:
其他好文 时间:
2014-08-02 12:33:33
阅读次数:
208
$("#music_up").bind("click",showData());$("#music_up").bind("click",showRe());$("#music_up").bind("click",function(){ showData(); ...
分类:
Web程序 时间:
2014-08-02 12:15:03
阅读次数:
372
参考:https://groups.google.com/forum/#!topic/theano-users/teA-07wOFpE这个问题出现的原因是,我在读文件的时候,应该Train_X读成matrix(rows * dimensions),Train_Y读成vector(因为只有label一...
分类:
编程语言 时间:
2014-08-02 01:32:12
阅读次数:
553
1.function 和 函数指针 1.1 function有函数指针的功能,但是使用起来明显比函数指针更加灵活和方便。 1.2 函数指针和function的用法实例。 1.2.1 函数指针首先要清楚函数指针的类型,如void (*)(int, char)等,然后声明一函数指针变量直接调用...
分类:
编程语言 时间:
2014-08-01 22:44:32
阅读次数:
277
今天尝试在ubuntu下搭建tomcat,因为某些事情 中途删掉了,后来想重装居然出现了chmod: cannot access `/etc/tomcat7/tomcat-users.xml': No such file or directory导致无法正常安装,后来google 了一下,发现了解决...
分类:
其他好文 时间:
2014-08-01 19:34:32
阅读次数:
233
1.jQuery鼠标滚轮事件插件Mouse Wheel 下载链接:https://github.com/brandonaaron/jquery-mousewheel/ 使用方法:// using bind$('#my_elem').bind('mousewheel', function(even.....
分类:
Web程序 时间:
2014-08-01 18:48:22
阅读次数:
418
错误举例:
..\..\Libraries\STM32_USB-FS-Device_Driver\inc\usb_type.h(21): error: #5: cannot open source input file "usb_conf.h": No such file or directory
这是因为没有设置 STM32 固件库的目录, 编译器就默认到 “Keil”根目录下的某某目录找...
分类:
其他好文 时间:
2014-08-01 16:07:51
阅读次数:
294
1.与的区别: 答:是在程序执行时调用,是在DataBind()方法之后被调用 2.控件接收哪些类型数据? 答:接收Bind的控件,一般有DropDownList,DataList,DataGrid,ListBox这些集合性质的控件,而被捆 绑 的主要是ArrayList(数组),Hashta...
分类:
Web程序 时间:
2014-08-01 16:01:31
阅读次数:
289