摘要:
目前开发的程序在切换View时界面卡顿现象比较严重,影响用户体验,当前项目共就四个View,每个View也只是按钮,所以可以同时加载,不让其它view销毁。只需在Adapter中重载destroyItem类即可@Override public void destroyItem(ViewGroup c... 阅读全文
摘要:
fontawesometext:fa_icon="fa-github"the icon to place, as per theFont Awesome Cheat Sheetandroid:textSize="12sp"Text size must always be in sp!android:... 阅读全文
摘要:
Square Thumbnail with ImageThe above code creates a square thumbnail with an image on the inside.Examples:The following attributes can be added to any... 阅读全文
摘要:
Getting StartedThe above code inserts a rounded bootstrap edit text with the state set to be succesfull. The following attributes can be added:bootstr... 阅读全文
摘要:
Getting StartedThe above code inserts a default button with a android icon to the right. The following attributes can be added to any BootstrapButtonb... 阅读全文
摘要:
1、将程序导入到工作空间,修改target=android-XX为本地android SDK版本。 2、在项目中点击右键选择Properties->Android Library,添加ANDROID-BOOTSTRAP开源项目。 3、拷贝开源包中的fontawesome-webfont.tt... 阅读全文
摘要:
最近在开发基本Modbus协议的Android端PLC控制程序,C#版程序没有任何问题,移到JAVA下出现各种问题,其中比较苦恼的是java.net.SocketException: recvfrom failed: ECONNRESET错误。 开始我的解决方法是每次向PLC发送一条数据后关掉... 阅读全文
摘要:
一,开发工具Microsoft Expression Design & Blend 4.0 (3.0亦可)。这两款软件可以在微软Expression官方网站上下载:http://expression.microsoft.com/en-us/default.aspx二,建立解决方案在Blend中建立解决方案,菜单栏->File->New Project 输入解决方案名称为WPFAnimations,如下:建立后视图如下:三,建立小球控件选中WPFAnimations项目,右击在ContextMenu中选择New Item,输入名称Ball从工具栏拖入一个Ellipse,取名为 阅读全文
摘要:
效果图如上:添加按钮的响应函数,如下:private void button1_Click(object sender, RoutedEventArgs e){ //为WPF应用程序设置渐变的背景颜色 this.Background = (Brush)TryFindResource("MyGra... 阅读全文
摘要:
<Window.Resources><StyleTargetType="{x:TypeButton}"><Style.Triggers><TriggerProperty="IsMouseOver"Value="True"><!--SetterProperty="Background"Value="Orange"></Setter--><SetterProperty="BitmapEffect"> 阅读全文