How to install and run the analytics backend locally:We have had some troubles getting people up and running locally with the analytics backend, so I ...
分类:
其他好文 时间:
2015-07-22 12:21:17
阅读次数:
120
SHOW STATUS;FLUSH STATUS;查看当前连接数 SHOW STATUS LIKE 'Thread_%';Thread_cached:被缓存的线程的个数Thread_running:处于激活状态的线程的个数Thread_connected:当前连接的线程的个数Thread_creat...
分类:
其他好文 时间:
2015-07-21 21:53:22
阅读次数:
172
在VMware10里新装一个CentOS7系统,开机发现没有网络,于是ifconfig一下发现网卡没有启动eno16777736:flags=4163<UP,BROADCAST,RUNNING,MULTICAST>mtu1500ether00:0c:29:2b:c0:1etxqueuelen1000(Ethernet)RXpackets1bytes251(251.0B)RXerrors0dropped0overruns0frame0TXp..
分类:
其他好文 时间:
2015-07-21 15:24:19
阅读次数:
426
502.A database is running In ARCHIVBXXMS mode. It has two online redo log groups and each group
has one member.
A LGWR Input/output (I/O) fells due to permanent media failure that has resulted In th...
分类:
其他好文 时间:
2015-07-19 11:53:41
阅读次数:
140
最近写学习android编程的的时候,每次保存.java文件的时候,总会跳出如下错误
这个错误不是属于程序错误,把它关掉对于编程没有任何影响,但每次见到这个就是不爽,希望大神能够解决一下,谢谢了...
分类:
移动开发 时间:
2015-07-18 22:48:45
阅读次数:
178
写在http://hukai.me/blog/android-training-18-running-background-service-lesson-1/ 版权声明:本文博客原创文章,博客,未经同意,不得转载。
分类:
移动开发 时间:
2015-07-18 15:19:13
阅读次数:
128
#!/usr/bin/python
#coding:utf-8
importsys
importsmtplib
fromemail.mime.textimportMIMEText
importre,commands
deflastline():
globalpos
whileTrue:
pos=pos-1
try:
f.seek(pos,2)
iff.read(1)==‘\n‘:
break
except:
f.seek(0,0)
returnf.readline().strip()
returnf.rea..
分类:
其他好文 时间:
2015-07-17 22:56:52
阅读次数:
168
最近有用到Activity需要不断的从Service中获取数据,第一个想法肯定就是通过bind回调机制了,有几点概念模糊特此记录下:
单独使用bindService(),unbindService()会经历:->onCreate()->onBind()->Service running->onUnbind()
-> onDestroy() 。
单独使用startService(),stop...
分类:
其他好文 时间:
2015-07-17 22:43:49
阅读次数:
124
Rabbit Tom and rabbit Jerry are running in a field. The field is an N×N grid. Tom starts from the up-left cell and Jerry starts from the down-right ce...
分类:
其他好文 时间:
2015-07-17 22:38:54
阅读次数:
187
题目传送门 1 /* 2 模拟:看懂题意,主要是碰壁后的转向,笔误2次 3 */ 4 #include 5 #include 6 #include 7 #include 8 using namespace std; 9 10 const int MAXN = 1e3 + 10;11 ...
分类:
其他好文 时间:
2015-07-17 22:35:54
阅读次数:
184