`
Billy_Ao
  • 浏览: 12571 次
  • 性别: Icon_minigender_1
最近访客 更多访客>>
社区版块
存档分类
最新评论
文章列表
收入两个安装关于安装MySQLdb的URL http://stackoverflow.com/questions/645943/mysql-for-python-in-windows As Python newbie learning the Python ecosystem I've just completed this. Install setuptools instructions Install MySQL 5.1. Download the 97.6MB MSI from here You can't use the essentials version because it ...
在产品开发中,需要用到使用模板来生成.java文件,这就需要使用Jalopy等Format工具来实现代码的格式设置,Jalopy就是一种强大的Java code Format工具,下面简单介绍一下他的是用: import java.io.File; import java.io.FileNotFoundException; import java.io.IOException; import java.net.URL; import de.hunsicker.jalopy.Jalopy; public class FormatJava { static URL convention = ...
当使用Eclipse的多页签Editor时,如果按照单个Editor的Property页和Outline的设计,会出现两个Editor使用同一个CommandStack和多页签的Outline不能切换的问题,经过试验以两个页签为例使用下面的解决方案:建立在于MultPageEditorPart级别的IPropertySheetPage和IContentOutlinePage然后通过获取MultiPageEditorPart的pageChange(int index)方法来动态的设置相应的Property和Outline。具体是先步骤: 1.建立MultiPageEditorPart的子类Form ...
建立hello.vm内容如下: Hello $name! Welcome to $site world! main方法如下: import java.io.File; import java.io.StringWriter; import org.apache.velocity.Template; import org.apache.velocity.VelocityContext; import org.apache.velocity.app.VelocityEngine; public class HelloWorld{ public static void main( String[] ...
Global site tag (gtag.js) - Google Analytics