- 浏览: 19341 次
- 性别:
- 来自: 杭州
最新评论
-
lihuisssss:
你的矿池的实现语言是什么?
我和矿池的那些事
文章列表
本文转自:https://github.com/zcash/zcash/blob/master/contrib/debian/examples/zcash.conf
##
## zcash.conf configuration file. Lines beginning with # are comments.
##
# Network-related settings:
# Run on the test network instead of the real zcash network.
#testnet=0
# Run a regression test network
#regt ...
本文转自:http://blog.csdn.net/steveguoshao/article/details/38414145
我们用Eclipse创建Maven结构的web项目的时候选择了Artifact Id为maven-artchetype-webapp,由于这个catalog比较老,用的servlet还是2.3的,而一般现在至少都是2.5,在Project Facets里面修改Dynamic web module为2.5的时候就会出现Cannot change version of project facet Dynamic web module to 2.5,如图:
其实在右边可 ...
mvn install:install-file -Dfile=C:\Users\samuel\Desktop\vcardDemoJava_20170324\vcardDemo\WebContent\WEB-INF\lib\merTools.jar -DgroupId=com.ght -DartifactId=merTools -Dversion=1.0.0 -Dpackaging=jar
Below page will show the guide on how to configure the PDT:
http://www.javaguicodexample.com/phpdevelomenttoolpdt.html
http://www.reactexamples.com/react-redux-test-filtering/
https://github.com/amitayh/react-redux-test/tree/master/src
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>druid</artifactId>
<version>1.0.27</version>
</dependency>
<dependency>
<groupId>org ...
http://jingyan.baidu.com/article/b0b63dbfafcea14a48307034.html
定时重启
http://jingyan.baidu.com/article/15622f2419ff79fdfcbea5db.html
http://www.intowindows.com/how-to-automatically-login-in-windows-10/
how to remote desktop from win7 to ubuntu
http://askubuntu.com/questions/592537/can-i-access-ubuntu-from-windows-remotely
ubuntu automatic login
http://askubuntu.com/questions/51086/how-do-i-enable-auto-login-in-lightdm
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bootstrap Example</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href=&quo ...
http://blog.csdn.net/jianggujin/article/details/52769085
打开远程访问,登录Mysql 后执行:
grant all privileges on ssss.* to root@"%" identified by "sssss" with grant option;
第一个ssss 代表数据库名,如果你用*表示所以数据库,最好指定你只想暴露到外网的。
有时候为了安全又想关闭:
先查询一下:
select user,host from user where user = "root" and host= "%";
flush privileges;
如果有记录:
...
http://stackoverflow.com/questions/9925113/httpclient-stuck-without-any-exception