上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 90 下一页

2019年4月12日

WPF项目中解决ConfigurationManager不能用(转)

摘要: https://blog.csdn.net/MOESECSDN/article/details/78107888 在WPF项目中遇到这样的问题,做一下笔记。希望对自己和读者都有帮助。 在aap.config中明明引用了 System.Configuration 命名空间,但就是提示 Configur 阅读全文

posted @ 2019-04-12 10:02 xihong 阅读(203) 评论(0) 推荐(0) 编辑

2019年4月11日

DBLinq (MySQL exactly) Linq To MySql(转)

摘要: Linq to SQL很好用,可惜只支持Microsoft SQL Server 和Microsoft SQL Server Compact Edition,目前比较成熟的免费解决方法是DBLinq(PS:ALinq超贵,实际上很多类似的小东西都超贵),它可以提供provider实现Linq to 阅读全文

posted @ 2019-04-11 19:30 xihong 阅读(303) 评论(0) 推荐(0) 编辑

2019年3月9日

循环左移实现

摘要: https://wenku.baidu.com/view/912312b019e8b8f67d1cb904.html 阅读全文

posted @ 2019-03-09 14:53 xihong 阅读(490) 评论(0) 推荐(0) 编辑

2018年12月11日

C166 -MDH

摘要: Writing a C logic for moving MDH register contents after MUL instruction http://www.keil.com/forum/5231/ unnecessary code generation http://www.keil.c 阅读全文

posted @ 2018-12-11 09:57 xihong 阅读(222) 评论(0) 推荐(0) 编辑

2018年12月10日

C166 8位字节位运算赋值-代码优化

摘要: 8位字节位运算赋值优化特记录下: unsigned short func1(){ unsigned short a; return a;} unsigned char func2(){ unsigned char a; return a;} unsigned short u_16;unsigned 阅读全文

posted @ 2018-12-10 22:01 xihong 阅读(307) 评论(0) 推荐(0) 编辑

2018年12月9日

c166 -div

摘要: unsigned short a=10; unsigned short b; unsigned short c;unsigned long d; b = (unsigned short)(d/2400)/60; /*ok */ //sbit p3_0 = P3^0; unsigned long fu 阅读全文

posted @ 2018-12-09 19:58 xihong 阅读(228) 评论(0) 推荐(0) 编辑

Fixed-point multiplication (C166 A*B/B)

摘要: Read-Only AuthorAndrew Neil Posted22-Oct-2003 09:34 GMT ToolsetC166 RE: Fixed-point multiplication Read-Only AuthorMike Kleshov Posted22-Oct-2003 09:5 阅读全文

posted @ 2018-12-09 17:47 xihong 阅读(306) 评论(0) 推荐(0) 编辑

2018年12月7日

C166 结构按字节访问的设置

摘要: PACK Compiler Directive Home » Compiling Programs » Directives » Reference » PACK None. A decimal number (1 or 2) enclosed in parentheses. PACK(1) Opt 阅读全文

posted @ 2018-12-07 20:35 xihong 阅读(162) 评论(0) 推荐(0) 编辑

2018年11月9日

CentOS6.5系统下RPM包安装MySQL5.6(转)

摘要: 1.查看操作系统相关信息。 [root@linuxidc ~]# cat /etc/issue CentOS release 6.5 (Final) Kernel \r on an \m [root@linuxidc ~]# uname -a Linux linuxidc 2.6.32-431.el 阅读全文

posted @ 2018-11-09 14:39 xihong 阅读(120) 评论(0) 推荐(0) 编辑

Centos6.8 Mysql5.6 安装配置教程(转)

摘要: 准备Mysql文件: 方式一:wget url(mysql下载地址); 方式二:从官网下载mysql,上传至centos(小编使用的Nodepad++的NppFTP具体做法请百度); 准备Mysql文件: 方式一:wget url(mysql下载地址); 方式二:从官网下载mysql,上传至cent 阅读全文

posted @ 2018-11-09 14:38 xihong 阅读(148) 评论(0) 推荐(0) 编辑

上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 90 下一页

导航