Google的排名没了?

[不指定 2009年12月13日 22:35 | by Marshal ]
之前心情不好把博客的名称和介绍改了下,突然发现Google的“Marshal”这个关键词的排名不见了。
原来Google这么不眷顾我啊。
速度把博客名字改回来。

很久没来博客更新了,随便写点吧,就写这么多了。
Tags:

[mysqld]
basedir=D:/mysql
#bind-address=ip
datadir=D:/mysql/data
#language=D:/mysql/share/your language directory
#slow query log#=
#tmpdir#=
#port=3306
set-variable    = max_connections=1500
skip-locking
#skip-networking
set-variable        = key_buffer=384M
set-variable        = max_allowed_packet=1M
set-variable        = table_cache=512
set-variable        = sort_buffer=2M
set-variable        = record_buffer=2M
set-variable        = thread_cache=8
# Try number of CPU's*2 for thread_concurrency
set-variable        = thread_concurrency=8
set-variable        = myisam_sort_buffer_size=64M
#set-variable        = connect_timeout=5
#set-variable        = wait_timeout=5
server-id        = 1
[isamchk]
set-variable        = key_buffer=128M
set-variable        = sort_buffer=128M
set-variable        = read_buffer=2M
set-variable        = write_buffer=2M
[myisamchk]
set-variable        = key_buffer=128M
set-variable        = sort_buffer=128M
set-variable        = read_buffer=2M
set-variable        = write_buffer=2M
[WinMySQLadmin]
Server=D:/mysql/bin/mysqld-nt.exe
Tags: , , , ,
个人感觉,在手机同步电脑的情况下,是无法接通GPRS的,我试了很多次,就是这样的!
    前提是:“设置-连接-由USB连接到PC”中的“启用高级网络功能”的勾要去掉!
   如果那个勾已经勾上了,是可以通过GPRS上网的!否则即使上网了,也应该是通过PC的网络上的!
    所以对于担心用USB通过电脑网络更新内容会不会有GPRS流量的机友,把上面那个勾去掉,就放心用吧!而不用再把手机改成“飞行”模式,避免有漏接电话或者短信!
    总结:“设置-连接-由USB连接到PC”中的“启用高级网络功能”的勾很重要,勾选了--就能在同步状态下连接GPRS,不勾选就不会连接到GPRS!
如需要手机帮助电脑上网,一定要勾选。

Tags: , ,
即将推出的Atom 330处理器测试分数曝光                                                                                                                      
Asus EEE PC 1000H STOCK (1GB Ram, 80GB Hard Drive, GMA 950, Atom 1.6Ghz)
Windows Vista Ultimate SP1 with all updates installed.
采用WIndows Vista Ultimate SP1并更新所有补丁
For the test, I got rid of all unnecessary background apps, and disabled Aero and Dreamscene.
测试关闭所有无用的后台程序,并关闭Aero和Dreamscene效果
The Test was run by Sandra 2009. The higher the values, the better.
测试采用Sandra 2009软件

Processor Arithmetic Test(处理器运算测试)
This test determines how the CPU handles arithmetic and floating point instructions.
测试CPU的整数、浮点运算

Intel Atom N270 1.6Ghz - ALU: 3862 MIPS  iSSE3: 3280 MFLOPS
Intel Atom 330 1.6GHz Dual Core – ALU: 8032 MIPS iSSE3: 6724 MFLOPS
Intel Core 2 Duo U7700 1.3GHz – ALU: 12105 MIPS iSSE3: 8423 MFLOPS
Processor Multimedia(多媒体测试)
This test shows how the CPU can handle multimedia instructions and data
测试多媒体数据的处理

Intel Atom N270 1.6GHz – 8291 kpixels/s
Intel Atom 330 1.6GHz Dual Core – 16920 kpixels/s
Intel Core 2 Duo U7700 1.3GHz – 24742 kpixels/s
Memory Bandwidth(内存带宽测试)
This test reveals the speed of the CPU’s memory cache
测试内存,启用CPU内存缓存

Intel Atom N270 1.6GHz – 3.54 GB/s
Intel Atom 330 1.6GHz Dual Core – 7.18 GB/s
Intel Core 2 Duo U7700 1.3GHz – 9.53 GB/s
Hard Drive Performance(硬盘测试)
This shows how fast the Hard Drive can read and write data. I did this to see how fast the stock hard drive is on EEE PC 1000H.
The hard drive is a ST980811AS 80GB (SATA150, 2.5″, NCQ, 8MB Cache, 5400rpm, 16ms Random Access Time)

Read – 32.84 MB/s
Write – 29.78 MB/s
Tags: , , ,

MYSQL的降权运行

[不指定 2009年9月11日 15:53 | by Marshal ]
MYSQL的降权运行
  新建立一个用户比如mysqlstart
  net user mysqlstart fuckmicrosoft /add
  net localgroup users mysqlstart /del
  不属于任何组
  如果MYSQL装在d:\mysql ,那么,给 mysqlstart 完全控制的权限
  然后在系统服务中设置,MYSQL的服务属性,在登录属性当中,选择此用户 mysqlstart 然后输入密码,确定。
  重新启动 MYSQL服务,然后MYSQL就运行在低权限下了。
  如果是在windos平台下搭建的apache我们还需要注意一点,apache默认运行是system权限,
  这很恐怖,这让人感觉很不爽.那我们就给apache降降权限吧。
  net user apache fuckmicrosoft /add
  net localgroup users apache /del
  ok.我们建立了一个不属于任何组的用户apche。
  我们打开计算机管理器,选服务,点apache服务的属性,我们选择log on,选择this account,我们填入上面所建立的账户和密码,
  重启apache服务,ok,apache运行在低权限下了。
  实际上我们还可以通过设置各个文件夹的权限,来让apache用户只能执行我们想让它能干的事情,给每一个目录建立一个单独能读写的用户。
Tags: ,
分页: 1/30 第一页 1 2 3 4 5 下页 最后页 [ 显示模式: 摘要 | 列表 ]