首页 > 2014年05月24日 > 全部分享
What technical details should a programmer of a web application consider before making the site public?
What things should a programmer implementing the technical details of a web application consider before making the site public? If Jeff Atwood can for...
分类:移动平台   时间:2014-05-24 07:43:44    收藏:0  评论:0  赞:0  阅读:1196
[转载]爱上一个给予你正能量的人
You Should Fall In Love With Someone Who InspiresYouFEB. 5, 2014BySTEPHANIE ALTHOFThere’s one trait that I continuously find myself coming back to whe...
分类:其他   时间:2014-05-24 07:42:44    收藏:0  评论:0  赞:0  阅读:391
mysql 学习笔记(一)
查询:show databases;show status;show tables;desc table-name;更改root密码:方法一:mysqladmin -uroot -poldpassword password newpassword方法二:mysql -uroot -puse mysq...
分类:数据库技术   时间:2014-05-24 07:46:50    收藏:0  评论:0  赞:0  阅读:460
vs2008添加链接库
1.在vc6中要加入额外的库文件时候,在project->setting->linker->object/library modules中写上要添加的模块的文件名就可以了,比如TinyXml.lib。2.在VS2008中为项目 - 属性 - 配置属性 - 链接器 - 输入 - 附加依赖项如下图所示:
分类:其他   时间:2014-05-24 07:45:50    收藏:0  评论:0  赞:0  阅读:391
Android应用开发中半透明效果实现方案
下面是自定义Activity半透明的效果例子:res/values/styles.xml res/values/color.xml #50000000注意:color.xml的#5000000前两位是透明的效果参数从00 到 ff(透明--不么透明),后6位是颜色的设置manifest.xmljav...
分类:移动平台   时间:2014-05-24 07:48:53    收藏:0  评论:0  赞:0  阅读:418
完全卸载oracle11g步骤
完全卸载oracle11g步骤:1、 开始->设置->控制面板->管理工具->服务 停止所有Oracle服务。2、 开始->程序->Oracle - OraHome81->Oracle Installation Products-> Universal Installer,单击“卸载产品”-“全部展...
分类:数据库技术   时间:2014-05-24 07:47:54    收藏:0  评论:0  赞:0  阅读:395
926条   上一页 1 ... 45 46 47
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!