转自:stackoverflow.com
继续阅读Elasticsearch Mapping – Rename existing field
gomobile
初始化:
gomobile init -ndk /Users/usualwyy/Library/Android/sdk/ndk-bundle/
android:
gomobile bind -target=android/arm
ios:
gomobile bind -target=ios/arm
aws rds mysqld存储过程创建tips
CREATE DEFINER=`root`@`localhost` `xxxxxxx`()
替换成
CREATE DEFINER=CURRENT_USER PROCEDURE `xxxxxxx`()
否则报权限错误
oracle sql日志
select b.SQL_TEXT,b.LAST_ACTIVE_TIME,b.SQL_FULLTEXT
from v$sqlarea b
where module=’xxxxx.exe’
order by b.LAST_ACTIVE_TIME desc
Windows 2008 端口转发
首先安装IPV6(xp下IPV6必须安装,否则端口转发不可用!)
netsh interface ipv6 install
添加一个IPV4到IPV4的端口映射
netsh interface portproxy add v4tov4 listenaddress=192.168.193.1 listenport=22 connectaddress=xxx.xxx.xxx.xxx connectport=22
指定监听ip和端口可以删除
netsh interface portproxy delete v4tov4 listenaddress=192.168.193.1 listenport=22
可以查看存在的转发
netsh interface portproxy show all
Oracle dmp文件导入AWS RDS
http://docs.aws.amazon.com/zh_cn/AmazonRDS/latest/UserGuide/Oracle.Procedural.Importing.html
2003可以获得主机名的一些文件
C:/windows/debug/netsetup.log
C:/windows/system32/LogFiles/Cluster/clusocm.log
转:Tor Country Codes
转:Linode安装windows教程
怎么记都记不住,还是特码写下来吧,init.d to systemctl
systemctl daemon-reload