I've updated "From Rails to Erlyweb" Part I and Part II. What's new?
The database configuration is now stroed in opaque part of yaws.conf
A new params.erl which uses dict to store params and converts to proper type(integer/float/string)
I've updated "From Rails to Erlyweb" Part I and Part II. What's new?
The database configuration is now stroed in opaque part of yaws.conf
A new params.erl which uses dict to store params and converts to proper type(integer/float/string)
I've updated "From Rails to Erlyweb" Part I and Part II. What's new?
The database configuration is now stroed in opaque part of yaws.conf
A new params.erl which uses dict to store params and converts to proper type(integer/float/string)
IV. Support Mysql Spatial Extensions via erlydb_mysql
ErlyDB supports most database operations, and it can also be extended to support more complex operations. Here is an example, where I need to support Mysql spatial extensions.
Assume we have a table: places, which has a mysql point field: locatio ...
IV. Support Mysql Spatial Extensions via erlydb_mysql
ErlyDB supports most database operations, and it can also be extended to support more complex operations. Here is an example, where I need to support Mysql spatial extensions.
Assume we have a table: places, which has a mysql point field: locatio ...
IV. Support Mysql Spatial Extensions via erlydb_mysql
ErlyDB supports most database operations, and it can also be extended to support more complex operations. Here is an example, where I need to support Mysql spatial extensions.
Assume we have a table: places, which has a mysql point field: locatio ...
Here's the announcement from Moshe at the AIOTrade project page on sourceforce.net:
Lately I was added by as a developer in the project and I created a branch called "opencommunity".
This branch should contain a development version that is built by contribution of the community
in order to answe ...
Here's the announcement from Moshe at the AIOTrade project page on sourceforce.net:
Lately I was added by as a developer in the project and I created a branch called "opencommunity".
This branch should contain a development version that is built by contribution of the community
in order to answe ...
Here's the announcement from Moshe at the AIOTrade project page on sourceforce.net:
Lately I was added by as a developer in the project and I created a branch called "opencommunity".
This branch should contain a development version that is built by contribution of the community
in order to answe ...
According to [erlang-bugs] xmerl and standard HTML entity refs, currently xmerl_scan only recognizes the very limited set of entity references. In brief, if you try to xmerl:scan xml text that includes standard HTML entity refs, such as nbsp, iexcl, pound, frac14, etc. you'll encounter something li ...
According to [erlang-bugs] xmerl and standard HTML entity refs, currently xmerl_scan only recognizes the very limited set of entity references. In brief, if you try to xmerl:scan xml text that includes standard HTML entity refs, such as nbsp, iexcl, pound, frac14, etc. you'll encounter something li ...
According to [erlang-bugs] xmerl and standard HTML entity refs, currently xmerl_scan only recognizes the very limited set of entity references. In brief, if you try to xmerl:scan xml text that includes standard HTML entity refs, such as nbsp, iexcl, pound, frac14, etc. you'll encounter something li ...
Updated June 21: I've updated the source code in trunk to BSD License.
I decide to re-open AIOTrade, an open-source, free stock technical analysis and charting platform based on NetBeans to BSD license. And welcome the new developer Moshe who will maintain a community branch.
As I'm working hard fo ...
Updated June 21: I've updated the source code in trunk to BSD License.
I decide to re-open AIOTrade, an open-source, free stock technical analysis and charting platform based on NetBeans to BSD license. And welcome the new developer Moshe who will maintain a community branch.
As I'm working hard fo ...
Updated June 21: I've updated the source code in trunk to BSD License.
I decide to re-open AIOTrade, an open-source, free stock technical analysis and charting platform based on NetBeans to BSD license. And welcome the new developer Moshe who will maintain a community branch.
As I'm working hard fo ...
换了Macbook,但手上的CDMA上网套餐只能在Windows下跑(我的USB上网卡只有Windows驱动),而且,我的软件也还是需要在Windows下测试的。
试了两款虚拟机软件,Parallels和VMWare的Fusion,后者虽然也不错,但用TortoiseSVN提交Mac os x下共享目录的项目时出错:“Can't access time ...”,总之,最后决定用Parallels。
装好Guest Windows XP,然后Guest Windows下装USB CDMA卡的驱动,用户名设为card,密码:card,拨号:#777,连接、上网,一切在Guest Window ...
There have been several Erlang development tools: Erlang module for Emacs, for vim, and Erlide for Eclipse. Why I write another Erlang IDE based on NetBeans?
Erlang for Emacs runs smoothly on my computer, but the distel module can not communicate with Erlang node on my Windows XP, that means I can ...
There have been several Erlang development tools: Erlang module for Emacs, for vim, and Erlide for Eclipse. Why I write another Erlang IDE based on NetBeans?
Erlang for Emacs runs smoothly on my computer, but the distel module can not communicate with Erlang node on my Windows XP, that means I can ...
There have been several Erlang development tools: Erlang module for Emacs, for vim, and Erlide for Eclipse. Why I write another Erlang IDE based on NetBeans?
Erlang for Emacs runs smoothly on my computer, but the distel module can not communicate with Erlang node on my Windows XP, that means I can ...
I'm please to announce ErlyBird 0.11.2, an Erlang IDE based on NetBeans.
This is a bug-fix, stabilization release. Since I tightly modified GSF/GLF
modules of NetBeans, this release will only provide all-in-one IDE package,
which is in size of 14.8M.
To download, please go to:
http://sourcefor ...
I'm please to announce ErlyBird 0.11.2, an Erlang IDE based on NetBeans.
This is a bug-fix, stabilization release. Since I tightly modified GSF/GLF
modules of NetBeans, this release will only provide all-in-one IDE package,
which is in size of 14.8M.
To download, please go to:
http://sourcefor ...
I'm please to announce ErlyBird 0.11.2, an Erlang IDE based on NetBeans.
This is a bug-fix, stabilization release. Since I tightly modified GSF/GLF
modules of NetBeans, this release will only provide all-in-one IDE package,
which is in size of 14.8M.
To download, please go to:
http://sourcefor ...
3. The Magic Behind Erlyweb
With dynamic typing, hot code swapping, built-in parsing and compilation tools, Erlang is also suitable for dynamic meta-programming. Erlyweb uses a small convenient tool smerl
to generate db record CRUD code automatically.
The music example on erlyweb.org shows the mag ...
3. The Magic Behind Erlyweb
With dynamic typing, hot code swapping, built-in parsing and compilation tools, Erlang is also suitable for dynamic meta-programming. Erlyweb uses a small convenient tool smerl
to generate db record CRUD code automatically.
The music example on erlyweb.org shows the mag ...
3. The Magic Behind Erlyweb
With dynamic typing, hot code swapping, built-in parsing and compilation tools, Erlang is also suitable for dynamic meta-programming. Erlyweb uses a small convenient tool smerl
to generate db record CRUD code automatically.
The music example on erlyweb.org shows the mag ...
Updated May 2: erlweb:compile(AppDir::string(), Options::[option()]) has option: {auto_compile, Val}, where Val is 'true', or 'false'. In case of development, you can turn on {auto_compile, true}. So, you only need to run erlyweb_app:boot(myapp) once.
2. Manage project
Erlyweb provides erlyweb:compi ...
Updated May 2: erlweb:compile(AppDir::string(), Options::[option()]) has option: {auto_compile, Val}, where Val is 'true', or 'false'. In case of development, you can turn on {auto_compile, true}. So, you only need to run erlyweb_app:boot(myapp) once.
2. Manage project
Erlyweb provides erlyweb:compi ...
Updated May 2: erlweb:compile(AppDir::string(), Options::[option()]) has option: {auto_compile, Val}, where Val is 'true', or 'false'. In case of development, you can turn on {auto_compile, true}. So, you only need to run erlyweb_app:boot("myapp") once.
2. Manage project
Erlyweb provides erlyweb:com ...
As a newbie to Erlang, I'm not familiar with those OTP module/functions, I have to go back to see the docs again and again. At least, now ErlyBird will suggest me the arguments of each function now.
Click on the picture to enlarge it
Other progress:
If erl/erl.exe is under the environment pat ...
As a newbie to Erlang, I'm not familiar with those OTP module/functions, I have to go back to see the docs again and again. At least, now ErlyBird will suggest me the arguments of each function now.
Click on the picture to enlarge it
Other progress:
If erl/erl.exe is under the environment pat ...
- 浏览: 133092 次

- 详细资料
搜索本博客
最近加入圈子
最新评论
-
ErlyBird 0.16.0 Released
Others->Erlang...
-- by dcaoyuan -
ErlyBird 0.16.0 Released
为什么我在NB内导入完成后,在New Project里面无法看到 create ...
-- by fatdong -
新的Scala for NetBeans提 ...
因为NetBeans的几个基础模块在Trunk里有与6.1不兼容的的变化,所以现 ...
-- by dcaoyuan -
新的Scala for NetBeans提 ...
另外,dcaoyuan大叔有空时能否简单说一下为NetBeans开发某一门语言的 ...
-- by 自言200801 -
新的Scala for NetBeans提 ...
重新更新以后就装不起来啦,错误如下:====================== ...
-- by 自言200801






评论排行榜