Error139Assembly 'System.Activities.Core.Presentation' was not found. Verify that you are not missing an assembly reference. Also, verify that your pr...
分类:
其他好文 时间:
2015-07-16 16:12:03
阅读次数:
133
给.Net项目编译的程序集加入版本号的方式有许多种,包括:1. 默认的方式,在每个项目的AssemblyInfo.cs文件中指定版本号: 1 // Version information for an assembly consists of the following four values: 2...
分类:
Web程序 时间:
2015-07-15 18:56:38
阅读次数:
143
理方法如下:1、确保Xcode版本号>=5.0.12、更新project settings, minimum deployment target >= 5.1.13、Valid Architectures 添加设置 armv7 armv7s arm644、改变Architectures为 Stand...
分类:
Web程序 时间:
2015-07-15 12:53:12
阅读次数:
116
1、编程时无法加载hive包,需要在编译好的spark(用spark-shell启动,用spark-sql能够直接访问hive表)的lib目录下,考出assembly包,为其创建一个maven的repository,然后添加到dependency里面。最笨的创建repository的办法就是直接创建...
分类:
数据库 时间:
2015-07-14 17:02:48
阅读次数:
259
微软官方例子地址:http://www.asp.net/signalr/overview/deployment/tutorial-signalr-self-host1、说明: SignalR服务端可以使Asp.net程序,也就可以是控制台或服务程序这种不需要再IIS上托管的程序。这就是本篇文章...
分类:
其他好文 时间:
2015-07-13 23:46:27
阅读次数:
227
1. 在 intellij idea 的 project[xxx-build]/project/plugins.sbt 下添加addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.11.2")最新的版本是 13.0.0,assembly.sbt 和 bu...
分类:
其他好文 时间:
2015-07-13 11:55:38
阅读次数:
148
WPF DatePicker 显示当前时间1、通过后台赋值: DatePicker.SelectedDate = DateTime.Now;2、前台控件的属性直接赋值 需要引用 xmlns:sys="clr-namespace:System;assembly=mscorlib"
前言IOS不能热更新,不是因为不能用反射,是因为System.Reflection.Assembly.Load 无法使用System.Reflection.Emit 无法使用System.CodeDom.Compiler 无法使用这三个不能用,就把传统dotnet动态路径坑死了为啥“这三个不能用,就...
分类:
编程语言 时间:
2015-07-12 20:11:35
阅读次数:
1547
在asp.net web应用程序中,读取log4net的配置文件可以这样写:[assembly:log4net.Config.XmlConfigurator(ConfigFile="Web.config",Watch=true)]但是在winform和控制台程序中,这样写log4net就不能输出日志...
Xcode 6制作动态及静态FrameworkiOS静态库关键点新建Target为Cocoa Touch Framework,deployment target(支持的最低版本的系统)设置成5.1.1。制作通用动态库(可同时在真机以及模拟器上使用)# Sets the target folders ...
分类:
其他好文 时间:
2015-07-11 01:04:28
阅读次数:
257