会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
无毁的湖光
博客园
首页
新随笔
联系
订阅
管理
2021年7月27日
mongoose 报错 scheduleTimeoutControl MongoError: command find requires authentication
摘要: scheduleTimeoutControl MongoError: command find requires authentication MongoTimeoutError: Server selection timed out after 30000 ms
阅读全文
posted @ 2021-07-27 23:01 Aroundight
阅读(639)
评论(0)
推荐(0)
2018年9月14日
inputmask decimal 左对齐 rightAlign无效
摘要: $('#text').inputmask('decimal');默认是右对齐的添加rightAlign后无效,改成rightAlignNumerics $('#text').inputmask('decimal', {rightAlignNumerics: false});
阅读全文
posted @ 2018-09-14 11:00 Aroundight
阅读(310)
评论(0)
推荐(0)
2015年10月13日
SqlServer分页方法
摘要: /// /// 使用虚拟表进行分页查询,不适用明确知道列名的查询/// /// sql 如"select * from name where 1=1"/// 页码 如"1"/// 条数 如"100"/// DataTablepublic static DataTable SelectPaging(S...
阅读全文
posted @ 2015-10-13 10:02 Aroundight
阅读(254)
评论(0)
推荐(0)
2014年5月9日
ThinkPHP中使用PHPExcel导出Excel
摘要: 一定还有很多的问题,比如设置列宽时很麻烦,也没有什么很高深的东西。写是为了自己先记下来防止以后忘了。首先肯定要下载PHPEXCEL后放到项目里。以下是控制器中的代码require APP_PATH . 'Common/PHPExcel/PHPExcel.php';// 引入PHPExcel,自己修改...
阅读全文
posted @ 2014-05-09 11:08 Aroundight
阅读(426)
评论(0)
推荐(0)
ThinkPHP中使用PHPExcel导入Excel
摘要: 下载PHPEXCEL后放到项目里。 public function InExcel() { //设定缓存模式为经gzip压缩后存入cache(PHPExcel导入导出及大量数据导入缓存方式的修改 ) $cacheMethod = PHPExcel_CachedObjec...
阅读全文
posted @ 2014-05-09 11:02 Aroundight
阅读(274)
评论(0)
推荐(0)
JS打印html页面
摘要: JS部分的代码 html部分代码
阅读全文
posted @ 2014-05-09 09:35 Aroundight
阅读(4656)
评论(1)
推荐(1)
MSMQ发送和接收
摘要: using System;using System.IO;using System.Messaging;namespace YURE.PAIWEI.BALIANGUI{ /// /// MQ文件发送 /// 所有异常都将抛出请做好异常处理 /// public st...
阅读全文
posted @ 2014-05-09 09:22 Aroundight
阅读(807)
评论(0)
推荐(0)
公告