| 在fpdf中输入欧元的符号 € 4 days ago by tiw 用eclipse编辑的时候,文档的编码是utf8的,可以输入€。但是pdf输出确是乱码。 解决的方法是: define('EURO', chr(128)); $ust = $summer * 0.19.EURO; 听风看海 - tiddr.de/blog |
| Tales from OOPSLA at today’s CSci tea 4 days ago by mcphee Elena and two students, Kevin Arhelger and Fernando Trinciente, spent last week at OOPSLA (Object-oriented programming systems, languages, and applications – one of the largest and most influential programming languages conferences in the world). As well as presenting some very cool work on optimizi ... Computer Science @ UMM - ummcsci.wordpress.com |
| Elements of Programming 4 days ago by Chris Don't you hate it when someone reads the first chapter of a book and then decides they're qualified to review it? So do I. But based on the first chapter, Elements of Programming by Alexander Stepanov, Paul McJones is something I might want to come back to, so here's my reminder to myself. Stepanov ... Digithead's Lab Notebook - digitheadslabnotebook.blogspot.com |
| 编程语言兵器谱排名Top10 4 days ago by Hideto 本文内容部分整理自 wikipedia。 No.1 Java 历史、发展与现状 Java最初由James Gosling在Sun Microsystems开发并于1995年作为Sun Microsystems的Java平台的一个核心组件发布。该语言从C和C++继承了很多语法特性并拥有更简单的对象模型和更少的低级设施。Java应用程序通常被编译为字节码(class文件),它可以运行在任何Java虚拟机(JVM)上而不管是何种计算机体系结构。 Java语言创建时立下5个主要目标: 它应该是简单,面向对象,和熟悉的 它应该是强大,安全的 它应该是架构中立和便携的 它应该是高性能的 它应该是解释,多线 ... Rubylog - rubylog.com |