老文章

Mysql乱码回顾

mysql是一个中型的数据库操作系统平台,他的基本组成由存储引擎、各个命令模块、优化器、缓存器、解析器、用户模块、链接器(connector)等组成,
… 阅读全文>>

java开发nexus私服搭建

针对一台全新的电脑,安装java开发的maven私服,记录如下,并在IDEA中进行测试。 涉及到javase安装,maven安装,nexus私服安装,nexus本地配置,nexus界面介绍
… 阅读全文>>

fortran读取csv文件

本文只是简单对一个文件读取模块DFile_mod的一个运用,并读取逗号分隔的csv文件。
… 阅读全文>>

perl读取mysql数据库

perl中常见的文件打开关闭有open和IO模块等,而有时候涉及大量的 数据保存和打开的时候,就得借助数据库的使用,提供缓存的功能,并 使得保存的数据占用量最少,访问更快捷。下面就perl的mysql数据库访问 做一个简要的介绍。
… 阅读全文>>

perl中文乱码问题

binmode可以很好的解决perl中问题,采用Encode1,Encode等方式不管用
… 阅读全文>>

FAST调试

NREL FAST的调试一直存在问题,关键是不知道怎么设置选项,查阅了Visual Studio和一些基本知识整理了 NREL项目的调试方法。
… 阅读全文>>

文戏之分

偶尔,在《人间正道是沧桑》这部电视剧听到, 文中有戏,戏中有文 识文者读文,识戏者读戏(杨立仁) 音中有调,调中有音 识音者听音,识调者听调(瞿霞) 背景是解放战争时期,杨和瞿的一次9年之后的相见。不知情者可能听得是美妙的 文字,优雅的声音,而背后却蕴含着另一场戏,老蒋总是那么爱玩。所有编程语言 我觉得也是如是。表面上看着是字母的排列组合,而背后却可能蕴含者优雅的艺术, 和那么一出出精彩绝伦的好戏。
… 阅读全文>>

Perl_Summary

why need perl? If you need strong text regex processing ,use perl! One paragraph I copied from perldoc perlintro: The language is intended to be practical (easy to use, efficient, complete) rather than beautiful (tiny, elegant, minimal). Its major features are that it’s easy to use, supports both procedural and object-oriented (OO) programming, has powerful built-in support for text processing, and has one of the world’s most impressive collections of third-party modules. To me, perl means a report programmer with practical experience.
… 阅读全文>>

how_to_learn_one_technique

You need talk to others about “it” with clear,fluent and easy way , to let them understand very well. So in the computer learning,you should know how to talk with the books? how to learn from books(without consicious) which come from other authors(with consicious), then get what you want to overcome the problem or question you bump into. So it is very necessary for you to learn some technique to analysis the different knowledge point, in order to different them and remember them, finally apply them to watch the phenomenon ,explain some phenomenon, and solve some tough science problem.
… 阅读全文>>

a little java note

目录 1. 基础部分 2. 通过构造函数,构造出Natural recursion 3. 重新设计RemAV RemFishV RemIntV 4. 下一步把PieD的字段放入到对应的参数当中 5. 引入 this 关键字,指代访问者本身,同步修改对应的访问者类 6. 需要进一步提取出visitor部分的函数 7. 统一bTreeVisitorI itreevisitori ttreevisitori 8. 重新设计RemAV RemFishV RemIntV 为RemV(用Object替换) 9. 然后现在把Remv 和Subst重新放入PieD 10. 紧接着 我们还想着把Remv SubstV放入参数的位置 11. 紧接着我们可以进行下一步抽象 12. 紧接着我们发现rem和subst代码类似 13. 然后再实现Set集合类型 14. SetEvalV直接继承IntEvalV不合理? 15. IntEvalD 和SetEvalD很多相似之处 16. 根据extends使用Override增加函数的丰富性 视角没想到可以分成不同的classes,并在此基础上进行extends和implement,最终new通过constructors创造不同的value。两级在于基础元件和功能元件两部分。两级也可以分为extends和implements。集于一个class。
… 阅读全文>>