2007-12-29
[转] 苹果 Firefox 输入框缺字问题
【苹果】解决Firefox 1.5.0.2 mac版缺字的问题?
呃……今天不知道脑子进水了还是怎么回事……边看notes还边研究firefox的缺字问题……
Firefox 1.5版出来后,应该说在mac里缺字问题得到了相当程度的改善……网页已经基本能看了……
但是在网页输入框里还是会缺字……比方说,Google搜索工具栏里的输入框……一直很郁闷……但又不至于郁闷到偶去研究究竟如何解决……
呃……现在,大概是知道了……
- 在firefox preference-Content里将Default font选择为Hei。
- 在firefox.app(大家都是放application目录的吧?扩展名有可能被隐藏)这个文件上点右键,选择show Package contents。
- 进入Contents-MacOS-defaults-profile-chrome 目录
- 建立一个内容为:
input{font-familly:Hei}
textarea{font-family:Hei}
名为userContent.css的文件。 - 保存,重启firefox。
中文缺字问题应该不会再出现了……不过……偶没有对日文、韩文等等其它文字做测试……但,即便这些文字缺字,也应该可以通过往userContent.css里两个font-familiy添加相应的字体名称搞定。
似乎选Hei并不是最理想的字体……选 Times等别的什么会更好……
不懂了~
Posted by
Display Name
-
10:54 AM
0
comments
Labels: Apple, Network/Security
2007-12-28
Resolver Routines
res_init, res_query, res_search, res_querydomain, res_mkquery, res_send, dn_comp, dn_expand
[kw: DNS]
Posted by
Display Name
-
12:52 PM
0
comments
Labels: Network/Security
2007-12-24
There is never more than one question in a DNS message
There is always one question in a DNS message; it includes the domain name and the requested datatype and class. There is never more than one question in a DNS message -- the capability of handling more than one would require a redesign of the message format. For one thing, the single authority bit would have to be changed because the answer section could contain a mix of authoritative and nonauthoritative answers. In the present design, setting the authoritative answer bit means that the name server is authoritative for the zone that contains the domain name in the question section.
For you sticklers for detail, there is a time when the number of questions in a DNS message isn't one: in an inverse query, when it's zero. In an inverse query, there is one answer in the query message, and the question section is empty. The name server fills in the question. But, as we said, inverse queries are almost nonexistent.
Posted by
Display Name
-
1:36 PM
0
comments
Labels: Network/Security
2007-12-17
《南方周末》新闻社区
《南方周末》新闻社区 12月13号上线
新版《南方周末》- www.infzm.com/enews/
Posted by
Display Name
-
12:57 PM
0
comments
Labels: Misc
2007-12-10
CMake Modules of KDE
svn co svn://anonsvn.kde.org/home/kde/trunk/KDE/kdelibs/cmake/modules
Posted by
Display Name
-
9:23 AM
0
comments
Labels: Make/Build, Version Control
2007-11-29
[AutoIT] Network Programming
AutoItSetOption("TCPTimeout", 10000)
[keywords: tcp timeout tcprecv]
Posted by
Display Name
-
6:41 PM
0
comments
Labels: Utils
2007-11-22
Examples of Programs in Different Languages
Posted by
Display Name
-
6:53 PM
0
comments
Labels: Misc
2007-11-15
2007-11-12
Wikipedia Proxy
http://wikipedia.jaylee.cn/
Gladder - Firefox plugin used to access misc forbidden sites
Posted by
Display Name
-
9:24 AM
0
comments
Labels: Misc, Network/Security
2007-11-06
How to Add Support for a New Language to Exuberant Ctags
Add Support for New Languages to Ctags
Exuberant Ctags has been designed to make it very easy to add your own custom language parser. As an exercise, let us assume that I want to add support for my new language, Swine, the successor to Perl (i.e. Perl before Swine def my_label". Let us now examine the various ways to do this.
Operational background
As ctags considers each file name, it tries to determine the language of the file by applying the following three tests in order: if the file extension has been mapped to a language, if the file name matches a shell pattern mapped to a language, and finally if the file is executable and its first line specifies an interpreter using the Unix-style "#!" specification (if supported on the platform). If a language was identified, the file is opened and then the appropriate language parser is called to operate on the currently open file. The parser parses through the file and whenever it finds some interesting token, calls a function to define a tag entry.
Posted by
Display Name
-
3:27 PM
0
comments
2007-10-31
ssldump
ssldump is an SSLv3/TLS network protocol analyzer. It identifies TCP connections on the chosen network interface and attempts to interpret them as SSLv3/TLS traffic. When it identifies SSLv3/TLS traffic, it decodes the records and displays them in a textual form to stdout. If provided with the appropriate keying material, it will also decrypt the connections and display the application data traffic.
Posted by
Display Name
-
5:19 PM
0
comments
Labels: Network/Security
W3C TR: Technical Reports and Publications
Posted by
Display Name
-
1:01 PM
0
comments
Labels: Network/Security
lighttpd: New Web Server
Security, speed, compliance, and flexibility -- all of these describe lighttpd (pron. lighty) which is rapidly redefining efficiency of a webserver; as it is designed and optimized for high performance environments. With a small memory footprint compared to other web-servers, effective management of the cpu-load, and advanced feature set (FastCGI, SCGI, Auth, Output-Compression, URL-Rewriting and many more) lighttpd is the perfect solution for every server that is suffering load problems. And best of all it's Open Source licensed under the revised BSD license.
Web 2.0
lighttpd powers several popular Web 2.0 sites like YouTube, wikipedia and meebo. Its high speed io-infrastructure allows them to scale several times better with the same hardware than with alternative web-servers.
This fast web server and its development team create a web-server with the needs of the future web in mind:
Its event-driven architecture is optimized for a large number of parallel connections (keep-alive) which is important for high performance AJAX applications.
Posted by
Display Name
-
8:54 AM
0
comments
Labels: Google, Network/Security
2007-10-30
[Perl] Manipulate Windows Registry
Win32::TieRegistry - Powerful and easy ways to manipulate a registry [on Win32 for now]
Posted by
Display Name
-
12:04 PM
0
comments
Labels: Perl
2007-10-29
SciTE Editor Settings
Menu > Options > Open Global Options File:
# Set line end char to LF
eol.mode=LF
eol.auto=0
# Don't use TABs in code
use.tabs=0
tabsize=4
indent.size=4
tab.indents=1
backspace.unindents=1
[KW: autoit scite]
Posted by
Display Name
-
1:09 PM
0
comments
Labels: Utils
XML DOM
DOM Level 2 Core
DOM Level 3 Core
DOM@W3Schools.com
XMLDOM@DevGuru.com
[KW: xml html dom]
Posted by
Display Name
-
9:15 AM
0
comments
Labels: Network/Security
2007-10-21
DOC Group
The Distributed Object Computing (DOC) Group is a distributed research consortium lead by Dr. Douglas C. Schmidt and consisting of the DOC group in ISIS at Vanderbilt University, Nashville, the Center for Distributed Object Computing in the Computer Science department at Washington University and the Laboratory for Distributed Object Computing in the Electrical Engineering and Computer Science department at the University of California, Irvine. The DOC Group also includes members at Siemens ZT, University of Maryland, Remedy IT, Riverace Corporation, PrismTech, and LMCO-ATL, Object Computing Inc, Qualcomm, Hewlett-Packard, and Automated Trading Desk. The purpose of the DOC group is to support advanced R&D on patterns, middleware, and modeling tools using an open source software development model, which allows academics, developers, and end-users to participate in leading-edge R&D projects driven by the free market of ideas, requirements, and resources.
The most popular and widely used open-source middleware platforms and modeling tools developed by DOC group focus on distributed real-time and embedded (DRE) systems and include:
- ACE, which provides a rich set of reusable C++ wrapper facades and framework components that perform common communication software tasks across a range of OS platforms.
- TAO, which is CORBA middleware that allows clients to invoke operations on distributed objects without concern for object location, programming language, OS platform, communication protocols and interconnects, and hardware.
- CIAO, which is a real-time CORBA Component Model (CCM) implementation built on top of TAO.
- DAnCE, which is the Deployment And Configuration Engine built on top of CIAO that implements the OMG Deployment and Configuration Specification.
- ZEN, which is an implementation of Real-time CORBA implemented using Real-time Java.
- CoSMIC, which is a collection of domain-specific modeling languages and their associated analysis/synthesis tools developed using the Generic Modeling Environment (GME) to support various phases of DRE system development, assembly, deployment, configuration, and quality assurance.
- JAWS, which is a high-performance HTTP web server.
- RACE, which is the Resource Allocation and Control Engine built on top of CIAO that allocates resource (such as memory, computational power, network bandwidth, etc,) and manages application QoS and system resource utilization in various operating conditions by performing necessary control actions.
- Skoll, which is a Distributed Continuous Quality Assurance environment.
- DDS Benchmark, which investigates the performance of pub/sub data distribution service
Posted by
Display Name
-
8:51 PM
0
comments
Labels: *nix, Network/Security
