上一页 1 ··· 37 38 39 40 41 42 43 44 45 ··· 157 下一页

2017年4月20日

[转]微信小程序联盟 跳坑《一百八十一》设置API:wx.openSetting使用说明

摘要: 本文转自:http://www.wxapp-union.com/forum.php?mod=viewthread&tid=4066 这个API解决了过去一个长久以来无法解决的问题,如何让用户重复授权; 打开小程序的设置界面:就是主动调取授权 目前资料极少,但是已经可以让大家先看看了; 官方文档地址: 阅读全文

posted @ 2017-04-20 14:40 freeliver54 阅读(8462) 评论(0) 推荐(1)

[转]微信小程序开发踩坑记录

摘要: 本文转自:http://www.cnblogs.com/NKnife/p/6283605.html 1.由于小程序wx.request()方法是异步的,在app.js执行ajax后,各分页加载app.js的全局数据时,无法按顺序加载。例: ? 1 2 3 4 5 6 7 8 9 10 11 12 1 阅读全文

posted @ 2017-04-20 14:33 freeliver54 阅读(406) 评论(0) 推荐(0)

[转]微信小程序填坑之路之使用localhost在本地测试

摘要: 本文转自:http://www.wxappclub.com/topic/798 阅读全文

posted @ 2017-04-20 10:04 freeliver54 阅读(12019) 评论(0) 推荐(0)

2017年4月19日

[转]灯灯小程序开发手记:仿今日头条(上)

摘要: 本文转自:http://www.jianshu.com/p/a1e0b8abb12d 写在前面 新的一年,祝大家新年快乐!当然对于程序员来说,新的一年,也要有新的改变。因此灯灯决定凑热闹编写微信小程序啦! 上一篇文章《记一次小程序开发过程》中,灯灯大致写了下自己第一次开发小程序的感受和流程。这一次灯 阅读全文

posted @ 2017-04-19 12:31 freeliver54 阅读(2168) 评论(0) 推荐(0)

2017年4月18日

[转]JavaScript和html5 canvas生成圆形印章

摘要: 本文转自:http://www.cnblogs.com/dragondean/p/6013529.html 代码: 挂载元素: 调用: 效果: 获取图片Base64: 如果需要用php保存到服务器上的话,可以参考下面的代码: 核心的代码网上找的,自己整理加工了一下而已。 小程序开发交流群563752 阅读全文

posted @ 2017-04-18 16:10 freeliver54 阅读(2282) 评论(0) 推荐(0)

[转]微信小程序开发:http请求

摘要: 本文转自:http://www.cnblogs.com/dragondean/p/5921079.html 在微信小程序进行网络通信,只能和指定的域名进行通信,微信小程序包括四种类型的网络请求。 普通HTTPS请求(wx.request) 上传文件(wx.uploadFile) 下载文件(wx.do 阅读全文

posted @ 2017-04-18 15:21 freeliver54 阅读(579) 评论(1) 推荐(0)

[转]Clean up after Visual Studio

摘要: 本文转自:https://weblogs.asp.net/psheriff/clean-up-after-visual-studio As programmer’s we know that if we create a temporary file during the running of ou 阅读全文

posted @ 2017-04-18 10:39 freeliver54 阅读(281) 评论(0) 推荐(0)

[转]How to Clean the Global Assembly Cache

摘要: 本文转自:https://www.techwalla.com/articles/how-to-clean-the-global-assembly-cache The Global Assembly Cache (GAC) folder in Microsoft Windows stores asse 阅读全文

posted @ 2017-04-18 10:38 freeliver54 阅读(184) 评论(1) 推荐(0)

[转].NET Core dotnet 命令大全

摘要: 本文转自:http://www.cnblogs.com/linezero/p/dotnet.html https://docs.microsoft.com/en-us/dotnet/articles/core/tools/dotnet-build dotnet 命令大全,让你理解dotnet 命令。 阅读全文

posted @ 2017-04-18 09:53 freeliver54 阅读(347) 评论(0) 推荐(0)

2017年4月17日

[转].NET 4.5+项目迁移.NET Core的问题记录 HTTP Error 502.5

摘要: 本文转自:http://www.cnblogs.com/ronli/p/5900001.html 这几天试着把目前的开发框架迁移到新的.net core平台,中间遇到的问题在这里简单记录一下。 迁移过程遇到的最大的问题IOC容器。我目前使用的IOC容器Castle Windsor还没有.net co 阅读全文

posted @ 2017-04-17 16:30 freeliver54 阅读(1148) 评论(2) 推荐(0)

2017年4月12日

[转]How do I run msbuild from the command line using Windows SDK 7.1?

摘要: 本文转自;http://stackoverflow.com/questions/6319274/how-do-i-run-msbuild-from-the-command-line-using-windows-sdk-7-1 Q: I'm setting up .NET 4.0 support on 阅读全文

posted @ 2017-04-12 18:05 freeliver54 阅读(544) 评论(0) 推荐(0)

[转]glyphicons-halflings-regular字体 图标

摘要: 本文转自:http://www.ijquery.cn/?p=377 一、介绍 采用这种字体,我们可以避免网站制作中采用好多图片,一方面解决了浏览器的兼容性问题。另一方面,这些字体都是矢量字体,我们只要在调整这些图标时,将他们的字体大小以及颜色,我们就可以解决很多不是图片的图标了。 二、使用原因 今天 阅读全文

posted @ 2017-04-12 14:21 freeliver54 阅读(5984) 评论(1) 推荐(0)

[转]程序集之GAC---Global Assembly Cache

摘要: 本文转自:http://www.cnblogs.com/jhxk/articles/2564295.html 1、什么是GAC?GAC解决什么问题? GAC全称为: Global Assembly Cache(全局程序集缓存),你可以在你的电脑的系统盘如:C:\Windows\assembly\看到 阅读全文

posted @ 2017-04-12 10:38 freeliver54 阅读(619) 评论(0) 推荐(0)

[转]How can I install the VS2017 version of msbuild on a build server without installing the IDE?

摘要: 本文转自;http://stackoverflow.com/questions/42696948/how-can-i-install-the-vs2017-version-of-msbuild-on-a-build-server-without-instal The Visual Studio Bu 阅读全文

posted @ 2017-04-12 09:58 freeliver54 阅读(413) 评论(2) 推荐(0)

[转]MSBuild Target Framework and Target Platform

摘要: 本文转自;https://msdn.microsoft.com/en-us/library/hh264221.aspx A project can be built to run on a target framework, which is a particular version of the 阅读全文

posted @ 2017-04-12 09:04 freeliver54 阅读(369) 评论(0) 推荐(0)

2017年4月11日

[转]error MSB4018: The "GenerateResource" task failed unexpectedly

摘要: 本文转自:https://github.com/Microsoft/msbuild/issues/364 After uninstall Visual Studio 2015 Update 1 RC and reinstall VS 2015 RTM I can't compile any of m 阅读全文

posted @ 2017-04-11 11:33 freeliver54 阅读(1061) 评论(3) 推荐(0)

2017年4月6日

[转]nopCommerce 3.9 版本发行

摘要: 本文转自:http://www.cnblogs.com/xoray007/p/nopCommerce-39-release.html NopCommerce中文信息地址:http://www.nopcn.com/nopcommerce39-blog-release-notes.html NopCom 阅读全文

posted @ 2017-04-06 10:29 freeliver54 阅读(310) 评论(0) 推荐(0)

2017年4月5日

[转] 多种方法查看Oracle SQL执行计划

摘要: 本文转自:http://falchion.iteye.com/blog/616234 一.在线查看执行计划表 如果PLAN_TABLE表不存在,执行$ORACLE_HOME/rdbms/admin/utlxplan.sql创建plan_table表。 1.explain plan for selec 阅读全文

posted @ 2017-04-05 10:46 freeliver54 阅读(2279) 评论(1) 推荐(0)

2017年3月31日

[转]使用中文输入法时对键盘事件的处理

摘要: 本文转自:http://www.cnblogs.com/owenChen/p/3215421.html 最近很久没有更新博客了,不是没有东西写,而是没有时间写。公司项目上事情比较多,又在工会谋了份差事;家里房子装修,尽管有老爸盯着,但很多时候还是要自己跑来跑去。所以有时候有了写博客的想法,却老是坐不 阅读全文

posted @ 2017-03-31 10:43 freeliver54 阅读(1326) 评论(0) 推荐(0)

2017年3月29日

[转]Entity Framework Refresh context?

摘要: 本文转自:http://stackoverflow.com/questions/20270599/entity-framework-refresh-context If you want to reload specific entities, with the DbContextApi, RX_D 阅读全文

posted @ 2017-03-29 14:40 freeliver54 阅读(676) 评论(0) 推荐(0)

上一页 1 ··· 37 38 39 40 41 42 43 44 45 ··· 157 下一页

导航