Windows开发
exp:Name为控件的变量名;HorizontalAlignment为控件的居中、左右靠;TextWrapping??;Text为界面初始显示的信息;Margin为控件位置(x,?,?,y),Height??;VerticalAlignment为控件名称;Height和Width为控件的长度宽度;...
分类:Windows开发 时间:2014-03-29 13:30:19 收藏:0 阅读:624
很久很久以前, 网上流传着一个免费的,识别率暴高的,稳定的 Speech To Text API, 那就是Google Speech API. 但是最近再使用的时候,总是返回500 Error. 后来通过查看源码知道需要增加一个参数:key=.... 可能是为了防止滥用吧. 并且, 最近Chrome...
分类:Windows开发 时间:2014-03-29 13:43:04 收藏:0 阅读:1315
Win8.1系统
分类:Windows开发 时间:2014-03-29 13:53:53 收藏:0 阅读:542
①BUTTON_IMAGELISTContains information about an image list that is used with a button control②BUTTON_SPLITINFOContains information that defines a split...
分类:Windows开发 时间:2014-03-29 09:03:17 收藏:0 阅读:462
①BCN_DROPDOWNSent when the user clicks a drop down arrow on a button. The parent window of the control receives this notification code in the form of ...
分类:Windows开发 时间:2014-03-29 06:19:19 收藏:0 阅读:593
WinForm训练一_改变窗体大小
分类:Windows开发 时间:2014-03-29 06:22:38 收藏:0 阅读:494
①BCM_GETIDEALSIZEGets the size of the button that best fits its text and image, if an image list is present. You can send this message explicitly or u...
分类:Windows开发 时间:2014-03-29 06:26:06 收藏:0 阅读:534
①Button_EnableEnables or disables a button②Button_GetCheckGets the check state of a radio button or check box. You can use this macro or send the BM_G...
分类:Windows开发 时间:2014-03-29 06:33:33 收藏:0 阅读:1089
安装过程就省了,下面记录一下设置环境变量核心步骤:1.系统变量→新建 JAVA_HOME 变量 。变量值填写jdk的安装目录(D:\Profession\java\jdk1.7)2.系统变量→寻找 Path 变量→编辑在变量值最后输入 %JAVA_HOME%\bin;%JAVA_HOME%\jre\...
分类:Windows开发 时间:2014-03-29 06:34:58 收藏:0 阅读:615
配置环境变量:1.创建系统变量:CATALINA_HOME变量值:tomcat的安装路径 (我的是)2.找到安装tomcat安装目录bin 文件夹,找到里面的执行文件,运行,然后执行下面的操作。打开浏览器,输入http://localhost:8080,出现正常界面就正常了配置server.xml1...
分类:Windows开发 时间:2014-03-29 06:37:33 收藏:0 阅读:527
19451945294539701
上一页97009下一页
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!