Ally向四川大地震中的搜救犬敬礼!
Read more!
* Open options from the Tool menu item and click Advanced tab
* Go to Network | Connection Settings
* Use the Manual proxy configuration option
* Set Http proxy to 127.0.0.1 and Port 8888
LimitRequestBody 52428800
#OR
#LimitRequestBody 50M
upload_max_filesize 52428800
post_max_size 52428800
Site Administration > Courses > Add/Edit courses > select Course category & edit each course > Maximum upload size
Site Administration > Security > Site Policies > Maximum uploaded file size
<link href="http://xxx.org/prettify.css" type="text/css" rel="stylesheet" />
<script type="text/javascript" src="http://xxx.org/prettify.js"></script>
<body onload='prettyPrint()'>
<pre class='prettyprint'>
class Voila {
public:
// Voila
static const string VOILA = "Voila";
// will not interfere with embedded tags.
}
</pre>
class Voila {
public:
// Voila
static const string VOILA = "Voila";
// will not interfere with embedded tags.
}
pre.prettyprint { padding: 2px; border: 1px solid #888; overflow: auto;}
<b:if cond="data:blog.pageType == "item"">
span.fullpost {display:inline;}
<b:else>
span.fullpost {display:none;}
</b:else>
</b:skin></b:if><div class="post-body entry-content">
<p>
<data:post.body>
<!--add for blog summary-->
<b:if cond="data:blog.pageType != "item"">
<a href="data:post.url">Read more!</a>
</b:if>
<!--end-->
</data:post.body></p>
<div style="clear: both;"> <!-- clear for photos floats -->
</div>
p4 [-c clientName] change -d changelist_number
p4 sync file_name#old_revision_number -- sync file to its old revision
p4 edit file_name
p4 sync file_name
p4 resolve -ay -- auto resolve the file and accept yours
p4 submit file_name --submit the file with its old revision
BEGIN
CTX_DDL.CREATE_PREFERENCE('my_datastorage', 'FILE_DATASTROAGE');
CTX_DDL.SET_ATTRIBUTE('my_datastorage','path', '/home/doc');
END
BEGIN
CTX_DDL.CREATE_PREFERENCE('my_datastorage1', 'FILE_DATASTROAGE');
CTX_DDL.SET_ATTRIBUTE('my_datastorage','path', '/home/doc_copy');
END