摘要:
需要word动态绘制表格。在网上找了些资料,觉得aspose.words还是挺方便的。 把自己测试的代码贴出来有需要的可以看看 aspose.words.dll 1 using Aspose.Words; 2 3 public void ExportWord() 4 { 5 string fileP 阅读全文
摘要:
懒得封装, 没有思路的将就看看吧 引用js 、css 阅读全文
摘要:
1 //mysql模块简单实用操作 2 3 var mysql = require('mysql'); 4 5 mc = {}; 6 7 8 var dbconfig = { 9 host : 'xxxxxxxxxx', 10 user : 'xxx', 11 password : 'xxx', 1 阅读全文
摘要:
-c 编译一个 .coffee 脚本到一个同名的 .js 文件 -m 随 JavaScript 文件一起生成 source maps. 并且在 JavaScript 里加上sourceMappingURL指令 -i 启动一个交互式的 CoffeeScript 会话用来尝试一些代码片段. 等同于执行 阅读全文
摘要:
$ git config --global user.name "your name" #设置用户名 $ git config --global user.name "your name"$ git config --global user.email #设置邮箱 $ git remote add 阅读全文