|
| bt问题 by hgta |
| HTTPConnectionPool(host='127.0.0.1', port=888): Max retries exceeded with url: /phpmyadmin_79051a991de150c3/index.php?lang=zh_cn (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f94449f6d90>: Failed to establish a new connection: [Errno 111] Connection refused')) |
| bbs.geekaa.com/topic/view/5076.html - 2022年7月28日 |
|
| AndroidDevTools - 一个收集整理Android开发资源的网站 by 隐藏人物 |
| http://www.androiddevtools.cn
比较有用的是镜像:
Android SDK在线更新镜像服务器
南阳理工学院镜像服务器地址:
mirror.nyist.edu.cn 端口:80
中国科学院开源协会镜像站地址:
IPV4/IPV6: mirrors.opencas.cn 端口:80
IPV4/IPV6: mirrors.opencas.org 端口:80
IPV4/IPV6: mirrors.opencas.ac.cn 端口:80
上海GDG镜像服务器地址:
sdk.gdgshanghai.com 端口:800 ... |
| bbs.geekaa.com/topic/view/4896.html - 2016年5月10日 |
|
| 纯 CSS 实现 Tab by 隐藏人物 |
| HTML:
<h1>Pure CSS Tabs <span>Just CSS, No JS!</span></h1>
<ul class="tabs">
<li>
<input type="radio" name="tabs" id="tab1" checked />
<label for="tab1">Description</label>
<div id="tab-content1" class="tab- ... |
| bbs.geekaa.com/topic/view/4862.html - 2016年3月24日 |
|
| Drupal Requirements problem by 纵云 |
| Requirements problem
The following error must be resolved before you can continue the installation process:
register_globals is enabled. Drupal requires this configuration directive to be disabled. Your site may not be secure when register_globals is enabled. The PHP manual has instructions for ho ... |
| bbs.geekaa.com/topic/view/4792.html - 2009年12月6日 |
|
| General privacy: About GoogleUpdate.exe and GoogleCrashHandler.exe by 纵云 |
| GoogleUpdate.exe
You may find that GoogleUpdate.exe is always running on your computer if you're using an older version of the program or if certain Windows services, like Windows Task Scheduler, are not working as expected. This ensures that you continue to receive updates for your Google software ... |
| bbs.geekaa.com/topic/view/4787.html - 2009年11月29日 |
|
| ubuntu 8.10别用rootguide的源 by 隐藏人物 |
| 先说一下rootguide这个源:
mirror.rootguide.org更新服务器(上海市 电信):
deb http://mirror.rootguide.org/ubuntu/ intrepid main restricted universe multiverse
deb-src http://mirror.rootguide.org/ubuntu/ intrepid main restricted universe multiverse
deb http://mirror.rootguide.org/ubuntu/ intrepid-updates main restrict ... |
| bbs.geekaa.com/topic/view/2529.html - 2009年11月8日 |
|
| 有奖大转盘FLASH程序的内部代码! by 纵云 |
| function loadUsers()
{
var ld = new LoadVars();
var _loc2;
ld.load("./getActiveUser.action", "_root", "GET");
ld.onLoad = function (succ)
{
if (succ)
{
trace (ld.arg1);
_root.mc_users.txt_users.htmlText = ld.arg1;
_root.mc_users ... |
| bbs.geekaa.com/topic/view/4677.html - 2009年10月28日 |
|
| 导出Google Reader的Feed条目生成xml的ruby小程序源代码 by 隐藏人物 |
| require 'net/https'
require 'uri'
def getSID(email, passwd)
uri = URI.parse('https://www.google.com/accounts/ClientLogin')
req = Net::HTTP:ost.new(uri.path)
req.set_form_data({'Email'=>email, 'Passwd'=>passwd});
http = Net::HTTP.new(uri.host, uri.port)
http.use_ssl = true
res ... |
| bbs.geekaa.com/topic/view/4699.html - 2009年10月26日 |
|
| 基于Restlet的SNS的Open API平台前台代码的示例 by wzzz |
| = 0) {
ErrorUtil.generateErrorRepresentation(
Status.CLIENT_ERROR_BAD_REQUEST,
ErrorCode.PARAMETER_MISSING_OR_INVALID, getResponse());
return;
}
Float call_id = Float.valueOf(call_id_str); ... |
| bbs.geekaa.com/topic/view/4680.html - 2009年10月20日 |
|
| Windows Vista可禁用的服务 by hgta |
| Windows Time
-维护在网络上的所有客户端和服务器的时间和日期同步。如果此服务被停止,时间和日期的同步将不可用。如果此服务被禁用,任何明确依赖它的服务都将不能启动。
Tablet PC Input Service
-启用 Tablet PC 笔和墨迹功能
Telephony
-提供电话服务 API (TAPI)支持,以便各程序控制本地计算机上的电话服务设备以及通过 LAN 同样运行该服务的服务器上的设备。设置ADSL连接或其它依赖电话线的网络需要此项目,用路由或不用电话线上网可禁用。
Remote Access Connection Manager
-管理从这台计算机到 ... |
| bbs.geekaa.com/topic/view/4606.html - 2009年9月22日 |
|
|