码迷,mamicode.com
首页 >  
搜索关键字:log    ( 94030个结果
Ubuntu下很给力的下载工具
Windows下的下载工具--迅雷,之所下面载速度快,乃是它能搜索资源、为己所用,而不是只从原始地址这单一资源处下载。Ubuntu下也有类似的工具,那就是aira2。aira2是一个命令行下载工具,能够配合其它图形界面的下载软件使用。我用的是uget+aria2。uget本身是一个小巧有用的多线程下...
分类:其他好文   时间:2014-08-13 17:58:07    阅读次数:228
Android webview 显示进度条
代码:ProgressDialog dialog = null;/** * 嵌入浏览器 */private void embedBrowser(String url) { Log.i(TAG, url); WebView browser = (WebView) this.findView...
分类:移动开发   时间:2014-08-13 17:54:46    阅读次数:250
How to Debug Enterprise Portal Code in Dynamics AX 2009
转载To set up debugging for pages1. Log into the server that is running the AOS.2. Open the Microsoft Dynamics AX Server Configuration utility (Start > ...
分类:其他好文   时间:2014-08-13 17:52:36    阅读次数:341
超时原因
1.做题时偶然发现,else if()语句太多,也会造成超时,应该避免POJ 1577 Falling Leaves 2.未完待续
分类:其他好文   时间:2014-08-13 17:48:56    阅读次数:154
Axapta 3 COM Connector
Axapta 3 COM ConnectorCopy from blogHaving fun setting up the COM+ connector for Enterprise Portal forAxapta 3 SP3Eventually did the following to get ...
分类:其他好文   时间:2014-08-13 17:45:46    阅读次数:211
string转换为decimal
public decimal Change_StrToDecimal(string str) { str = str.Trim(); decimal value; str = Server.HtmlDecode(str); if (s...
分类:其他好文   时间:2014-08-13 17:42:16    阅读次数:115
使用aspNetPager分页
dll见附件aspNetPager控件 public void GridViewBinding(int PageSize, string SqlSelect, string FilterString, string ID, int lower, string OrderBy, GridView g....
分类:Web程序   时间:2014-08-13 17:41:06    阅读次数:231
scanf ---------未完待续
1.不可读入空格#include#includeusing namespace std;int main(){ char c[50]; scanf("%s",c); printf("%s",c); return 0;}2.可以读入空格用字符 ^ 可以说明补集。把 ^ 字符放为扫描集的第一字符时,构成...
分类:其他好文   时间:2014-08-13 17:36:06    阅读次数:159
JS常用函数用途小记
concat() 方法用于连接两个或多个数组。该方法不会改变现有的数组,而仅仅会返回被连接数组的一个副本。var a = [1,2,3];document.write(a.concat(4,5));shift() 方法用于把数组的第一个元素从其中删除,并返回第一个元素的值。var arr = new...
分类:Web程序   时间:2014-08-13 17:35:06    阅读次数:226
绑定下拉框
public void DropDownListBinding(DropDownList DDList, string sql, string strText, string strField, string str_qxz) { DataTable dt = MDGL.DBU...
分类:其他好文   时间:2014-08-13 17:33:16    阅读次数:187
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!