FRUIT GIFTS STORE OPENCART 自适应主题模板 ABC-0324 Features: Coding:?HTML5, CSS3, Semantic Code, jQuery,?Responsive Gallery Script: Accordion, Carousel, Slider Modules: Account, Affiliate, Banne...
分类:
其他好文 时间:
2015-04-23 00:44:19
阅读次数:
130
FRUIT GIFTS STORE OPENCART 自适应主题模板 ABC-0324
Features:
Coding: HTML5, CSS3, Semantic Code, jQuery, Responsive
Gallery Script: Accordion, Carousel, Slider
Modules: Account, Affiliate, Banner, Bestse...
分类:
其他好文 时间:
2015-04-23 00:09:11
阅读次数:
226
1 public class SynchronizedClass extends Thread{ 2 private Account account; 3 private double drawbalance; 4 Object obj; 5 public Sync...
分类:
其他好文 时间:
2015-04-21 22:25:36
阅读次数:
154
引用自:http://www.cnblogs.com/lmule/archive/2010/11/05/1869624.html 1 -- 表的结构 `ecs_account_log` 2 CREATE TABLE IF NOT EXISTS `ecs_account_log` ( ...
分类:
数据库 时间:
2015-04-21 20:04:15
阅读次数:
311
关联表:v$session,v$locked_object,dba_objectsselect s.sid,s.serial#,s.username,s.machine,d.object_namefrom v$session s,v$locked_object l,dba_objects dwher...
分类:
数据库 时间:
2015-04-21 17:40:10
阅读次数:
145
<html><head><metahttp-equiv="Content-Type"content="text/html;charset=gb2312"><title>PO2AccountList</title></head><body><h2align=center>PO2AccountList</h2><hr><%dbpath=server.mappath("Account.acc..
分类:
Web程序 时间:
2015-04-21 14:49:43
阅读次数:
122
MOVIE STORE OPENCART 自适应主题模板 ABC-0249 Features: Coding:?HTML5, CSS3, Semantic Code, jQuery,?Responsive Gallery Script: Accordion, Carousel, Slider Modules: Account, Affiliate, Banner, Bes...
分类:
其他好文 时间:
2015-04-20 22:48:59
阅读次数:
193
一个类文件时namespace的库方式
通过下面的方式引入类,报错 Class Not Found:
namespace frontend\block\customer\account;
use Yii;
use frontend\block\Blockbase;
//use yii\base\Model;
//use backend\models\helper\Base.php
use f...
分类:
Web程序 时间:
2015-04-20 21:00:09
阅读次数:
335
wait和notify是通过对对象进行锁,来实现同步和互斥。
wait和notify函数需要在一段的同步代码中,即在 synchronized的代码段中。
简单的示例代码。
static class TestThread {
public Boolean locked = false;
public void run() {
long last = System.cu...
分类:
编程语言 时间:
2015-04-20 14:58:28
阅读次数:
214
public class DeadLock { public static void main(final String[] args) throws Exception { final Object lock1 = new Object(); final Obje...
分类:
其他好文 时间:
2015-04-20 00:11:41
阅读次数:
163