When trying to use the insert image functionality in Magento if you receive an error saying:“The directory is not writable by server.”Simply add a fol...
分类:
其他好文 时间:
2015-03-20 23:28:34
阅读次数:
147
Juliano is a fan of the TV show Erasing and Winning, where participants are selected in a draw and receive money for taking part in the show.In the sh...
收不到开机广播的问题,总结几点需要检查的地方吧:1.系统权限,需要添加android:sharedUserId="android.uid.system"2.依然是权限3.receive的action不能少4.放到system/app下5.如果依然收不到,可能之前install过,去data/data...
分类:
其他好文 时间:
2015-03-19 11:25:37
阅读次数:
116
NFS错误Starting NFS quotas: Cannot register service: RPC: Unable to receive; errno=Connection refused...
分类:
其他好文 时间:
2015-03-16 21:17:42
阅读次数:
3724
we can use channels to sychronize execution across goroutines. Here's an example of using a blocking receive to to wait for a goroutine to finshpackag...
分类:
其他好文 时间:
2015-03-16 14:15:57
阅读次数:
156
By default channels are unbuffered, meaning that they will only accept sends(chan <-) if there is a corresponding receive (<- chan) ready to receive t...
分类:
其他好文 时间:
2015-03-15 16:31:15
阅读次数:
118
DividingDescriptionMarsha and Bill own a collection of marbles. They want to split the collection among themselves so that both receive an equal share...
分类:
其他好文 时间:
2015-03-14 16:44:20
阅读次数:
223
create or replace procedure MAS_ADMIN.receive_SendForm is
url VARCHAR2(1000);
REQ UTL_HTTP.REQ;
RESP UTL_HTTP.RESP;
res VARCHAR2(1000);
begin
--处理装箱后15天未接收的发货单
url := 'http://xxx.xxx.x...
分类:
Web程序 时间:
2015-03-12 11:30:09
阅读次数:
181
Akka 快速入门
Akka的优点太多,高性能、高可靠、高并发、分布式、可容错、可扩展、事件驱动,不一一叙述。不同版本的API差异很大,本文代码运行在 Scala 2.10.3 和 Akka
2.3.2 之上。
dependency>
groupId>com.typesafe.akkagroupId>
artifactId>akka-actor_2.10artifactId...
分类:
其他好文 时间:
2015-03-11 17:17:27
阅读次数:
192