码迷,mamicode.com
首页 >  
搜索关键字:go access    ( 21255个结果
centOS下mysql-ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
系统centOS-6.3 方法操作很简单,如下: # /etc/init.d/mysql stop # mysqld_safe --user=mysql --skip-grant-tables --skip-networking & # mysql -u root mysql # mysql>use mysql ; mysql> UPDATE user SET Password=PAS...
分类:数据库   时间:2014-06-05 02:54:40    阅读次数:331
poj 3767 I Wanna Go Home
?? Description The country is facing a terrible civil war----cities in the country are divided into two parts supporting different leaders. As a merchant, Mr. M does not pay attention to politic...
分类:其他好文   时间:2014-06-05 00:16:43    阅读次数:266
GO!自制一款【不丑】的名片
大概每个人都有自己的名片,也见过不少名片。我敢打赌,你经常觉得许多名片“不咋地”,虽然不是所有人都具备一定的审美眼光,但实际上每个人都具备较高的“审丑”眼光。设计蹩脚的宣传海报、宣传册、网站动不动就“空降”污染大家的视野,可能我们说不出其中的道道,但这些东西总会让大家在视觉上产生一定程度的“不爽”。...
分类:其他好文   时间:2014-06-04 22:47:50    阅读次数:372
高性能nosql ledisdb设计与实现(1)
ledisdb是一个用go实现的基于leveldb的高性能nosql数据库,它提供多种数据结构的支持,网络交互协议参考redis,你可以很方便的将其作为redis的替代品,用来存储大于内存容量的数据(当然你的硬盘得足够大!)。同时ledisdb也提供了丰富的api,你可以在你的go项目中方便嵌入,作为你app的主要数据存储方案。与redis的区别ledisdb提供了类似redis的几种数据结构,包...
分类:数据库   时间:2014-06-03 05:29:45    阅读次数:309
TI_DSP_corePac_带宽管理 - 1.1(原理)
There is no systematic design for shared resource access priority in platform side, and there is no interface provided by platform that can be used by application to do bandwidth management optimizat...
分类:其他好文   时间:2014-06-03 04:54:35    阅读次数:262
「2014-5-31」Z-Stack - Modification of Zigbee Device Object for better network access management
写一份赏心悦目的工程文档,是很困难的事情。若想写得完善,不仅得用对工具(use the right tools),注重文笔,还得投入大把时间,真心是一件难度颇高的事情。但,若是真写好了,也是善莫大焉:既可让人明白「为何如此设计」,即「知其然更知其所以然」;也能剥离一些琐碎的细节,让更多没那么多时间与...
分类:数据库   时间:2014-06-02 21:24:16    阅读次数:486
Google Chrome: Make the Bookmarks Bar Display as Icons Only
By reducing your bookmarks to show only the icons, you can access more of them from the Bookmarks bar. This works great for sites with recognizable fa...
分类:其他好文   时间:2014-06-02 17:39:03    阅读次数:276
man 获取命令帮助
命令类型:在linux中获取命令帮助的方法大致如下:1.对于内建命令格式:helpcommand2.对于外部命令a.使用man手册  格式:mancommandb.使用info  格式:infocommandc.使用简要帮助格式:command–helpd.linux官方文档例如:https://access...
分类:其他好文   时间:2014-06-02 14:22:20    阅读次数:222
HNOI2010弹飞绵羊(块状数组)
不得不说块状数组好神奇的啊!这道题的标签可是splay的启发是合并(什么高大上的东西),竟然这么轻松的就解决了!var x,y,i,j,tot,n,m,ch:longint; f,k,l,bl,go:array[0..200100] of longint;procedure init; beg...
分类:其他好文   时间:2014-06-02 14:00:47    阅读次数:260
ZJ2008树的统计(树链剖分)
type node1=record go,next:longint;end; node2=record l,r,mx,sum:longint;end;var i,x,y,n,q,tmp,cnt,sz,code:longint; ch,st:string; fa:a...
分类:其他好文   时间:2014-06-01 11:45:18    阅读次数:374
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!