- 博客(19)
- 收藏
- 关注
转载 基于Docker搭建Django开发环境
本文主要是作为官方Quickstart: Compose and Django的导读,如果你当下还没了解过Docker,但想知道如何利用Docker来管理自己本地的开发环境,并统一开发和测试的环境,那你可以参考以下内容。###需求:使用Docker搭建Django开发环境,即本地只需要有p...
2017-04-08 15:06:00
536
转载 领导敏捷变革
首发简书此文是在《敏捷教练》第三章内容整理基础上,结合一些实际情况,整理的Guide,帮助自己在工作中做一些敏捷文化的推广,及敏捷团队建设。后续会继续丰富一些实践内容,例如文中的action等。2016.4 V1.0引入变革条件团队需要知道自己的“变革动机”,为什么要去尝试敏捷,转...
2016-04-22 20:55:00
212
转载 MSMQ初探
There are two main ways to set up Microsoft Message Queue Server (MSMQ) 2.0 on a Windows 2000 computer - Workgroup or Directory mode. This is dete...
2016-04-19 20:49:00
241
转载 图片文件的EXIF GPSinfo数据格式
0x0000 0 GPSInfo Exif.GPSInfo.GPSVersionID Byte Indicates the version of <GPSInfoIFD>. The ver...
2016-02-20 23:29:00
1084
转载 OS X EI Caption 环境下mysql module问题
升级到OS X EI Caption 10.11.3 后,本地mysql module 导入出错,如下 File "/Library/Python/2.7/site-packages/django/db/utils.py", line 108, in load_backend ...
2016-02-20 19:20:00
140
转载 Google 替代测试计划的ACC方法论
Introduction Test Analytics allows you to efficiently construct an ACC model for your project. This ACC model, shorthand for Attributes-C...
2015-11-14 17:29:00
392
转载 Android studio 通过wifi debug
使用的手机端app为 ADB WiFi Reborn Instructions (I assume you have ADB installed in the PC): - Execute this application in your android device - ...
2015-10-14 00:41:00
143
转载 AsyncTask
Class Overview AsyncTask enables proper and easy use of the UI thread. This class allows to perform background operations and publish result...
2015-04-16 01:25:00
96
转载 MAC 配置svn比较工具diffmerge
参考文https://semicrazy.wordpress.com/2009/10/08/using-diffmerge-as-your-subversion-external-merge-tool/ 1. 准备2个sh文件供svn调用 ~/scripts/diffmerge/...
2015-04-07 11:08:00
1090
转载 [Mac pro]mysql_config not found
A quick and easy way for Mac OS X10.8 and 10.9: I assume you have XCode, it's command line tool, Python and MySQL installed. Install PI...
2015-03-14 14:53:00
94
转载 networking modes in VirtualBox
Not attached In this mode, VirtualBox reports to the guest that a network card is present, but that there is no connection -- as if no Ethern...
2014-12-15 21:53:00
104
转载 [Xamarin] button及事件处理
在visual studio +Genymobile 的调试环境下,遇到连不上虚机的情况,在Xamarin官方论坛上找到解决方案,如下: 主要就是去android的project属性调整几个值 Couldn't connect to logcat, GetProcessId ret...
2014-10-22 00:30:00
1607
转载 [Xamarin] 几个layout 控件
1.StackLayout 下面的demo主要是利用反射获取layoutOption所有值,然后为每一个值建一个Label,达到展示LayoutOption的目的,效果图从书上截的,其中StackLayout 是一个布局容器 classVerticalOptionsDemoPage:...
2014-10-21 01:16:00
163
转载 [Xamarin] Hello world
App entrance: namespacefirst_portable_demo{publicclassApp{publicstaticPageGetMainPage(){returnnew...
2014-10-20 00:45:00
149
转载 【随手记】ActionBar Action Items not showing 菜单项无法显示
此问题的stackoverflow版本 http://stackoverflow.com/questions/17913084/actionbar-action-items-not-showing 我的sdk version设置如下: <uses-sdk...
2014-04-09 01:55:00
97
转载 初试Grunt及疑问
环境: windows8+nodejs 官方中文入门 Grunt原理的初步理解 在代码目录下运行Grunt完成一系列Task,比如压缩js,校验js代码等等,不同的任务会有相应的插件来支持,比如js校验可以集成JSHint来实现。 那Grunt如何去完成这个工作?需要一个“任务列...
2014-03-09 00:51:00
108
转载 "ia32-libs " for 64-bit linux machine
ia32 shared libraries for use on amd64 and ia64 systems This package contains runtime libraries for the ia32/i386 architecture, configured for ...
2012-11-29 20:58:00
85
转载 使用npm安装express时遇到304错误
ubuntu下用npm安装express信息如下: npm http GET https://registry.npmjs.org/expressnpm http 304 https://registry.npmjs.org/expressnpm http GET https://r...
2012-11-25 01:38:00
1523
转载 js解析URL查询参数
function getQueryStringArgs(){ var qs = (location.search.length > 0 ? location.search.substring(1):""); var args = {}; var item...
2012-10-05 16:41:00
110
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人