- 博客(18)
- 资源 (5)
- 收藏
- 关注
原创 REDCap 使用技巧
REDCap 提供了强大的功能,用于在线调查问卷。1. Survey settingsProject>Instrument> Use enhanced radio buttons and checkboxes? (Yes) Question Numbering? (No) Question Display Format? One section per page (multiple pages) > Display page numbers at top of survey pag
2021-09-07 18:59:15 1010
原创 Endnote 使用技巧
建立不同的Library 按Show Search Panel, 在线查找关键字的Papers Find full text.. 自动添加pdf 建立不同的Groups Quick Search 找关键字,鼠标右键 Add Reference to 不同的Group 批量删除/修改Endnote 中 notes 栏内容 通过查找,将需要修改的Papers放入一个Groups 抬头Tools,选择Change/Move/Copy ..
2021-09-07 18:53:50 348
原创 Bitbucket 入门 - 如何在两个电脑里同时开发一个项目
有时,需要在单位和在家继续做开发。Bitbucket 有这个功能可使用:1. 确保源码都放在Bitbucket上。2. Web进入Bitbucket, 看到最左侧图标菜单,选Source, 进入相关Branch, 点最左侧 上面有。。。 选择Clone, 将内容拷贝,3. 在自己的电脑里建立新目录,CMD 打开命令行窗口, 粘贴拷贝的内容 , 运行。(将远程电脑拷贝到自己电脑
2017-04-01 06:07:09 1388 1
原创 项目从Visual Studio 2013 升级到 2015 后出现错误解决方案
项目从Visual Studio 2013 升级到 2015 后出现错误解决方案升级到VS2015后,Clear, 从新编译后,出现错误Description: An exception occurred while processing your request. Additionally, another exception occurred while executi
2016-11-11 13:57:50 2490
转载 Windows 7 下的 屏幕自动截屏小程序。
Windows 7 下的 有自带一个屏幕自动截屏小程序。用于调试。使用方法:在键盘上,按“Win+R”,调出“运行”命令;输入psr.exe,按回车键,Problem Steps Recorder (问题步骤记录器) 会出现, 按 开始,桌面的所有操作屏幕会被截屏,在停止时会提示要保存的文件名是zip文件,解压后,可以在浏览器观看。原地址:https
2016-10-25 07:47:16 1882
原创 将Azure SQL database 显示到Power BI 仪表盘里
将Azure SQL database 显示到Power BI 仪表盘里1. 进入Auzre, 找到数据库,按 Overview (会自动默认打开),看到右边有 Server name 先拷贝下来备用。按上方 Set Server firewall 进入防火墙设置,添加 Client IP address (若在局域网可以 http://www.ip-adress.eu 查看到)
2016-10-23 05:33:25 1122
原创 如何在 Visual Studio 中链接上Azure SQL 数据库
========================================================== 如何在 Visual Studio 中链接上Azure SQL 数据库========================================================== 在VS中,抬头菜单按 View, 选择打开Server Explorer鼠
2016-10-19 17:23:14 1667
原创 通过使用Power BI 将Azure 图表内容显示到自己的网页里
通过使用Power BI 将Azure 图表内容显示到自己的网页里1. 登录 Power BI (若没有账号可注册一个免费账号) https://powerbi.microsoft.com2. 按左上方Power BI, 选择下面的Get Data3. 选择 Services 按 Get4. 选择Application Insights, 按 Get
2016-10-03 14:34:35 4349
原创 一个REST API 在Azure上应用的简单通讯录例子。(C#, MVC)
源码下载运行环境 VS2015 并安装 Azure App Service Tools V2.9软件包。已经有Azure账号。使用方法:第一步: 建立 API 服务器端 打开 ContactsList.API, 鼠标右键 设置为 Set as StartUp Project 取消 SwaggerConfig.cs 中第170行-17
2016-10-02 06:54:10 1458
原创 申请微软Azure(云服务) 免费账号和安装Application Insight(网站健康监控)
申请微软Azure(云服务) 免费账号和安装Application Insight(网站健康监控)1. https://imagine.microsoft.com 注册学生账号并激活左下角 Azure 需要手机,邮件校验,无需信用卡。2. 安装VS2015 和 Azure SDK for .NET v2.93. 打开VS2015, File > New > P
2016-10-02 06:47:41 4396
原创 简单C# MVC 通信录,使用REST API 应用到 Azure (有源码)
源码链接:使用方法:运行环境VC2015,安装Azure App Service Tools v2.9, 需要一个Azure 账号。第一步: API 打开 ContactsList.API, 鼠标右键 设置为 Set as StartUp Project 取消 SwaggerConfig.cs 中第170行-173行备注
2016-10-02 06:01:00 598
原创 html, js 定时自动刷新本页
var seconds = 0; setInterval(function(){ seconds += 1; document.getElementById('span').innerHTML = 10-seconds; },1000); 10秒后,页面刷新========================其中 IndexRefl
2016-08-10 15:03:08 461
转载 Android 项目移植到Android Studio 时出现问题处理
错误: Appcompat build fail values-v23/styles_bases.xml处理方法:press Shift button two times, a search box will appear type build.gradlechoose build.gradle module:app from the suggestio
2016-07-28 12:20:00 275
转载 Android Studio 有用快捷键
RE: http://stackoverflow.com/questions/27657025/android-studio-shortcuts-like-eclipseAdd unimplemented methods: CTRL + IOverride methods: CTRL + OFormat code: CTRL + ALT + LSho
2016-07-26 11:43:50 311
原创 修改显示 Preference summary 里的值, 显示Manifest 里的程序版本
PreferenceCategoryandroid:title="@string/version"> Preference android:key="appVersion" android:summary="1.3.08" />PreferenceCategory>//获取版本号或版本名 public String get
2016-07-26 09:28:52 1764
翻译 Android studio 下 抬头菜单图标不显示解决方案
第一步:将styles.xml 中 name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">改为: name="AppTheme" parent="android:Theme.Holo.Light.DarkActionBar">第二步:改下面内容:impor
2016-07-26 09:13:08 2962
原创 如何让MySQL 数据库支持中文
网上一般解决方案是执行SQL语句设置,如下:SHOW VARIABLES LIKE 'character%';SET character_set_connection = utf8 ;SET character_set_database = utf8 ; SET character_set_server = utf8 ; SET character_set_client =
2016-07-21 19:52:33 13002
REST API 在Azure上应用的简单通讯录 源码
2016-10-02
Google Play 应用成功宝典 V2
2016-07-21
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人