跟风,风中漫步

风很大,顺风一段再逆风狂奔吧!

  • 学习历程
  • Issue收集
  • 我的项目
  • 随笔
  • 默认分类
  • Nearby安装许可使用协议

python 3 笔记2 类的总结

2015 年 12 月 24 日2016 年 2 月 4 日 TechDong Leave a comment Python, 学习历程

类 不要new一个实例了,直接 foo=Person(),这样的好处是可以让某些特定的类用起来像函数一样,比如 […]

Continue reading


.net 中的可变性(variance):协变(covariant)与逆变(contravariant)

2015 年 12 月 23 日2016 年 3 月 14 日 TechDong Leave a comment .Net, 学习历程

协变和逆变 实际上这个词来源于类型和类型之间的绑定。我们从数组开始理解。数组其实就是一种和具体类型之间发生绑定 […]

Continue reading


Python 3 笔记

2015 年 12 月 22 日2016 年 9 月 4 日 TechDong Leave a comment Python, 学习历程

本文以3.4版本实践。 基本知识 “//” 整除运算符。1//2 输出 0,1/2输出 […]

Continue reading


改变,只为做到

2015 年 12 月 21 日2015 年 12 月 21 日 TechDong Leave a comment 随笔

人生五个档:自我认识、自我接受、自我肯定、自我呈现和自我实现 人生五需求:生理需求、安全需求、爱和归属的需求、 […]

Continue reading


php pear 的安装与使用

2015 年 12 月 19 日2015 年 12 月 19 日 TechDong Leave a comment Php, 学习历程

本次使用的pear版本是1.10 pear安装器下载地址:http://pear.php.net/go-pea […]

Continue reading


功能(Function)与特性(Feature)的差异

2015 年 12 月 2 日2015 年 12 月 2 日 TechDong Leave a comment 学习历程, 建模

http://blog.csdn.net/highroad/article/details/8651273#c […]

Continue reading


UML状态图 个人总结

2015 年 12 月 1 日2016 年 7 月 30 日 TechDong Leave a comment 学习历程, 建模

状态图(Statechart Diagram)主要用于描述一个对象在其生存期间的动态行为,表现为一个对象所经历 […]

Continue reading


python3 pyQt5 启蒙入门 第1课 安装与运行

2015 年 11 月 15 日2015 年 11 月 15 日 TechDong 1 Comment Python, 学习历程

安装 python 3.x qt5:pt有GPL版本的 pyQt + SIP :python与qt5本来是两个 […]

Continue reading


sql server 触发器 回滚 异常

2015 年 11 月 10 日 TechDong Leave a comment 学习历程, 数据库

sql server 触发器中,rollback tran 或出现异常时(sql 2012测试): 在trig […]

Continue reading


ios swift 调用 oc 编写的组件

2015 年 11 月 8 日2015 年 11 月 8 日 TechDong Leave a comment IOS, 学习历程

将引用的所有.m文件将加到工程的Compile Sources中(直接拖文件夹到xcode中,选择『组+需要时 […]

Continue reading


css border-radius知多少 小结

2015 年 11 月 5 日2015 年 11 月 5 日 TechDong Leave a comment Web前端, 学习历程, 默认分类

首先需要明确一点:border-radius是作用在width+padding+border的框上的。 bor […]

Continue reading


swift IOS 圆圈向周围扩散效果 动画简单入门体验

2015 年 11 月 2 日2015 年 11 月 2 日 TechDong Leave a comment IOS, 学习历程

IOS有个CALayer的概念,类似于 PS中的层:图像由一个或多个层组成 window GDI中的graph […]

Continue reading


mysql 主从服务器快速简单配置

2015 年 4 月 21 日2016 年 10 月 30 日 TechDong Leave a comment MySql Study, 学习历程

修改配置文件开启服务器二进制日志(实际就是开启集群功能了),配置服务器id log-bin=mysql_bin […]

Continue reading


c++ 中为何在使用基类的引用或指引才能触发“动态绑定”

2015 年 3 月 30 日2015 年 3 月 30 日 TechDong Leave a comment C++ 学习, 学习历程

Dog dog; dog.call(); Animal &animal = dog; animal.c […]

Continue reading


TD 微信 .NET SDK 2.1 更新说明

2014 年 3 月 3 日2014 年 3 月 3 日 TechDong 1 Comment 微信.net, 我的项目, 默认分类

博客地址:http://blog.tecd.pw/?cat=14 项目地址:https://github.co […]

Continue reading


5、新的事件【微信公众平台 高级接口 】

2013 年 12 月 21 日2014 年 1 月 25 日 TechDong Leave a comment 微信.net, 我的项目

高级接口使用简要 用户接口 客服接口(24小时内主动发消息) 媒体接口 推广接口(二维码) 新的事件 新的事件 […]

Continue reading


4、推广接口(二维码)【微信公众平台 高级接口 】

2013 年 12 月 21 日2014 年 1 月 25 日 TechDong 1 Comment 微信.net, 我的项目

高级接口使用简要 用户接口 客服接口(24小时内主动发消息) 媒体接口 推广接口(二维码) 新的事件 本章为媒 […]

Continue reading


3、媒体接口(上传、下载媒体)【微信公众平台 高级接口 】

2013 年 12 月 21 日2014 年 1 月 25 日 TechDong 2 Comments 微信.net, 我的项目

博客地址:http://blog.tecd.pw/?cat=14 项目地址:https://github.co […]

Continue reading


2、客服接口(24小时内主动发消息)【微信公众平台 高级接口 】

2013 年 12 月 21 日2014 年 1 月 25 日 TechDong 2 Comments 微信.net, 我的项目

博客地址:http://blog.tecd.pw/?cat=14 项目地址:https://github.co […]

Continue reading


1、用户信息接口【微信公众平台 高级接口 】

2013 年 12 月 21 日2014 年 1 月 25 日 TechDong 4 Comments 微信.net, 我的项目

博客地址:http://blog.tecd.pw/?cat=14 项目地址:https://github.co […]

Continue reading


Td.Weixin.Public 项目分离、合并说明

2013 年 12 月 1 日2014 年 3 月 3 日 TechDong 3 Comments 微信.net, 我的项目

博客地址:http://blog.tecd.pw/?cat=14 项目地址:https://github.co […]

Continue reading


mysql 常用命令集

2013 年 9 月 21 日2015 年 12 月 12 日 TechDong Leave a comment MySql Study

修改密码:mysqladmin -u root -p password <newpwd> 其中:- […]

Continue reading


尼妈,QQ互联不是用“根”认证的网站,没有接口权限

2013 年 9 月 20 日2013 年 9 月 20 日 TechDong Leave a comment QQ

今天在QQ互联又添加了一个网站,域名认证时使用的了地址 blog.tecd.pw/y(不是网站的根),授权后怎 […]

Continue reading


td 微信 .net api 源码文件说明

2013 年 9 月 14 日2013 年 9 月 14 日 TechDong 6 Comments 微信.net

鉴于一些网友不知道文件的作用,故特在此进行简单说明: 解决方案包含3个项目: Td.Weixin.Public […]

Continue reading


td 微信公共平台接口 api Q&A

2013 年 9 月 14 日2013 年 9 月 14 日 TechDong 6 Comments 微信.net

以下收集网友的常规疑问: 回:如何获取菜单Key? 答:实现接口IMessageHandler,在方法OnEv […]

Continue reading


TD 微信 .NET API 1.2 多用户(多微信公号)机制简介

2013 年 9 月 14 日2013 年 9 月 14 日 TechDong Leave a comment 微信.net

博客地址:http://blog.tecd.pw/?cat=14 项目地址:https://github.co […]

Continue reading


td 微信 .net api 1.2 插件机制简介

2013 年 9 月 14 日 TechDong Leave a comment 微信.net

博客地址:http://blog.tecd.pw/?cat=14 项目地址:https://github.co […]

Continue reading


微信公平平台 .net api 更新到v1.2

2013 年 9 月 14 日 TechDong Leave a comment 微信.net

项目地址:https://github.com/chendong152/Weixin_api_.net QQ […]

Continue reading


往mysql中插入中文时,提示 Incorrect string value: ‘\xE5\xBE\x97\xE4\xBB\xB7…’ for column ‘Content’ at row 1

2013 年 9 月 12 日 TechDong Leave a comment MySql Issue

环境 : mariadb 5.5。安装时没有配置默认字符集,所以默认字符集为latin win7 x64 问题 […]

Continue reading


正则表达式“断言”的执行

2013 年 9 月 12 日2015 年 10 月 28 日 TechDong Leave a comment 编程知识

那我们再从这个角度出发,看看它对字符串   1 http://dingxiaodong86.blog […]

Continue reading


我的微信公众号为什么找不到appid和app secret?

2013 年 9 月 11 日2013 年 9 月 11 日 TechDong Leave a comment 微信.net

今天网友问起了,为什么他的微信公众号没有appid 和 app secret。 我一愣,下意识的就说应该有啊。 […]

Continue reading


微信.net 版本更新到v1.1.4

2013 年 9 月 10 日2013 年 9 月 11 日 TechDong 2 Comments 微信.net

项目地址:https://github.com/chendong152/Weixin_api_.net v1. […]

Continue reading


我的timer不执行了,好象被回收了

2013 年 9 月 10 日2017 年 3 月 7 日 TechDong Leave a comment .Net

代码时需要一个timer,这个Timer不需要被引用,所以就定义成了局部变量(或者直接不赋值给任何变量)。但总 […]

Continue reading


微信.net 版本更新到v1.1.2

2013 年 9 月 10 日 TechDong Leave a comment 微信.net

新增: 添加消息处理后回调。主要用于记录此次消息信息,以便以后分析。 以appid和用户id为key,处理用户 […]

Continue reading


微信.net 修复两个bug

2013 年 9 月 8 日 TechDong Leave a comment 微信.net

今天微信帐号审批通过(订阅号),测试后出现了两个bug,并解决。记录如下: 反射获取签名相关参数时,方法执行错 […]

Continue reading


微信公众平台 .net sdk v1.1 新版消息处理方式

2013 年 9 月 7 日2013 年 9 月 19 日 TechDong Leave a comment 微信.net

首先定义消息处理逻辑(别看代码多,其实很简单,实现一个接口就行了) /******************** […]

Continue reading


微信公众平台.net sdk Readme

2013 年 9 月 7 日2013 年 9 月 7 日 TechDong Leave a comment 微信.net

项目地址:https://github.com/chendong152/Weixin_api_.net .Ne […]

Continue reading


终于理解了@font-face font-icon

2013 年 6 月 28 日 TechDong Leave a comment Web前端, 学习历程

css3一兴起,Webapp一兴起,@font-face,font-icon随之就兴起了。 以前的web上,各 […]

Continue reading


petapoco v5 查询很慢

2013 年 6 月 27 日2013 年 6 月 27 日 TechDong 2 Comments .Net, Issue收集

背景: 环境: Win8,.Net 4.5,petapocov5+目标框架.net4.0,Mvc4+目标框架. […]

Continue reading


使用royal ts连接linux,报错:No supported authentication methods available

2013 年 6 月 27 日2013 年 6 月 27 日 TechDong 1 Comment Issue收集, Linux

环境: 本地:Win8,royal ts 2.2,密钥文件为ppk(用puttygen从pem生成的) 服务器 […]

Continue reading


类型“System.Int32”的关联元数据类型包含以下未知属性或字段: MaxValue, MinValue。请确保这些成员的名称与主类型上的属性的名称匹配。

2013 年 6 月 26 日2013 年 6 月 26 日 TechDong Leave a comment Asp.Net MVC, Issue收集

背景: 使用mvc4框架,但model是petapoco自动生成的,不带mvc的验证机身。需要用关联类的方式实 […]

Continue reading


来了新同事

2013 年 6 月 26 日2013 年 6 月 27 日 TechDong Leave a comment 随笔

昨天尹哥发消息告诉我,会有一个新同事入伙,有点小小的意外,因为之前没有任何前兆。 今天大家见了面,认识了新同事 […]

Continue reading


Posts navigation

Newer posts
Search for:

歇脚的时候

2019年二月
一 二 三 四 五 六 日
« 4月    
 123
45678910
11121314151617
18192021222324
25262728  

近期文章

  • hackintosh dsdt
  • CSS 视觉可视化模型
  • first notes about weex
  • Entity framework practices & issues
  • SNAT、DNAT — Static NAT、Dynamic NAT and Source NAT、Destination NAT

标签

AOP code CPU CSS data DBMS Entity framework IPSec jetbrains L2TP Linux mysql Network Orm Principle python RDP sql Sql Server t4 TCP/IP uml Usage VPN Web 内核 前端 协议 建模 操作系统 敏捷 文本处理 盒模型 破解 索引 索引优化 触发器 计算机科学 设计原则 设计模式 需求

近期评论

  • 达发表在《hackintosh dsdt》
  • dance发表在《asp.net WebApi 一个奇怪的问题》
  • 三五营销发表在《asp.net WebApi 一个奇怪的问题》
  • 任务网发表在《asp.net WebApi 一个奇怪的问题》
  • TD发表在《python3 pyQt5 启蒙入门 第1课 安装与运行》

标签

AOP code CPU CSS data DBMS Entity framework IPSec jetbrains L2TP Linux mysql Network Orm Principle python RDP sql Sql Server t4 TCP/IP uml Usage VPN Web 内核 前端 协议 建模 操作系统 敏捷 文本处理 盒模型 破解 索引 索引优化 触发器 计算机科学 设计原则 设计模式 需求
  • 关于
  • Q群:289147891
  • Nearby安装许可使用协议
dazzling Theme by Colorlib Powered by WordPress