摘要:
//// main.c// 迷宫游戏代码实现//#include #define ROW 6 //宏定义行#define COL 6 //宏定义列/** * 打印地图 * * @param arr 地图数组 */void print_arr (char arr[ROW][COL]) ... 阅读全文
摘要:
首先声明,本教程参考国外网站(http://gonehybrid.com/how-to-use-pouchdb-sqlite-for-local-storage-in-your-ionic-app/)代码书写格式上不一样!1. ionic是跨平台app开发的工具(Cordova)的一个框架!2.Po... 阅读全文
摘要:
系列学习react 翻译地址https://scotch.io/tutorials/learning-react-getting-started-and-concepts我是初学者,英语也不是很好,不过一直强迫自己看英文文档。这是理解翻译,翻译的不好,请见谅!()中的是我翻译过程中理解,参考下,有什... 阅读全文
摘要:
下拉刷新指令 --> {{message.title}} {{message.static?message.content:message.content.substr(0, 40)}} ... 阅读全文
摘要:
body, div, ul, ol, dl, dt, dd, li, dl, h1, h2, h3, h4{margin:0;padding:0;font-style:normal;font:12px/22px "\5B8B\4F53",Arial, Helvetica,sans-serif} o... 阅读全文
摘要:
document.onreadystatechange = function () { if (document.readyState == "complete") { document.body.style.display = "block"; ... 阅读全文
摘要:
tab1 tab2 tab3 tab1 tab2 tab3 阅读全文