木其网络科技专业程序员代写http://www.xmsydw.com
程序员学历擅长经验网店链接
apenny硕士ASP.NET PHP 电子 通信设计 图像 编程 网络5年进入店铺
zheng_qianqian本科C语言 C++面向对象 Java5年进入店铺
guoguanl本科Java Web项目 JSP Hibernate Struts Mysql5年进入店铺
上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 73 下一页
摘要: 如何实现语音和朗诵的功能:using System;using System.Windows.Forms;using System.IO;using System.Media;using System.Runtime.InteropServices;namespace 播放TTS{ public partial class Form1 : Form { public Form1() { InitializeComponent(); } //根目录 string address = System.AppDomain.CurrentDomain.BaseDirectory; private voi 阅读全文
posted @ 2013-02-24 21:20 程序流程图 阅读(193) 评论(0) 推荐(0)
摘要: 如何添加数据库中的信息加载到树形控件中?如何遍历控件中的信息?如何对控件中的信息进行增删查改?数据库设计:主界面:代码:using System;using System.Collections.Generic;using System.Windows.Forms;using TreeSolution.BLL;using TreeSolution.Model;namespace 树型测试{ public partial class Form1 : Form { public Form1() { InitializeComponent(); } //当窗体加载时,加载树形节点 private v 阅读全文
posted @ 2013-02-22 11:33 程序流程图 阅读(445) 评论(0) 推荐(0)
摘要: Winform特有的功能如何保存当前窗口中所填的信息,方便下次打开 还是这样的,实现如下:首先,在当前项目中打开Properties——Settings.settings,然后点击,添加字段;其次,再点击界面中控件的属性,然后选择ApplicationSettings属性,选Text属性,选择刚刚设置的字段最后,用一个事件来实现数据保存,代码:Settings.Default.Save();实现了需要的功能 阅读全文
posted @ 2013-02-21 16:49 程序流程图 阅读(376) 评论(0) 推荐(0)
摘要: using System;using System.Windows.Forms;namespace TreeView控件{ public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void button1_Click(object sender, EventArgs e) { treeView1.Nodes.Clear(); //每一个节点都是一个TreeNode的一个对象 TreeNode nodeChina = new TreeNode(); nodeChina.Text = 阅读全文
posted @ 2013-02-20 22:31 程序流程图 阅读(227) 评论(0) 推荐(0)
摘要: /// /// 复合查询 /// /// /// private void btnCheck_Click(object sender, EventArgs e) { //方法一 //StringBuilder sb = new StringBuilder(); //sb.Append("select * from T_Customers where 1=1\n"); //if (ckbName.Checked) //{ // sb.Append("and Name like @name\n"); //} //if (ckbPhone.Checked) / 阅读全文
posted @ 2013-02-20 16:30 程序流程图 阅读(143) 评论(0) 推荐(0)
摘要: 项目命名规则:方法名首字母大写,参数名、变量名第一个字母小写,其它字母大写。//驼峰命名法ViewBag后面单词大写。千万不要在循环访问数据库。数据能一次取出来就一次取出来。放到内在中处理。MVC中保持状态可以用ViewBag来保存。问题1、ajax重复提交问题:JS动态创建html时.有时候 \" 和'不一样。用log 记录日志的时候一般都是记录关键的步骤。空格 在IE和firfox 解析不一样。切记document.getElementById('').getElementsByTagName("a");这样在IE里面可以解析,但是在火 阅读全文
posted @ 2013-02-20 10:43 程序流程图 阅读(191) 评论(0) 推荐(0)
摘要: 当我们遇到要处理汉字和拼音之间的转化关系怎么办?如和用程序来实现?我搜索到一个ChineseChar开发包,然后实现了这一难题using System;using Microsoft.International.Converters.PinYinConverter;namespace 拼音基础{ class Program { static void Main(string[] args) { #region 判断是否为同音字 ChineseChar chineseChar = new ChineseChar('微'); Console.WriteLine("Stro 阅读全文
posted @ 2013-02-19 14:55 程序流程图 阅读(282) 评论(0) 推荐(0)
摘要: 293. Game with Q an Ctime limit per test: 0.5 sec.memory limit per test: 65536 KBinput: standardoutput: standardQc and He play the following game.Each turn He writes one of the two letters "Q" or "C" on the fence. The new letter is added to the end of the string formed by the pre 阅读全文
posted @ 2013-02-18 18:15 程序流程图 阅读(154) 评论(0) 推荐(0)
摘要: 1. 7*7 结果:ABCDCBA BCDCBAB CDCBABC DCBABCD CBABCDC BABCDCB ABCDCBA 代码:#include int main() { int num, i, j, sum; for (i = 0; i < 7; i ++){ for (j = 0; j < 7; j ++){ if (i + j <= 3) sum = i + j; else if (i + j <= 6) sum = 6 - i - j; else if (i + j <= 9) sum = i + j - 6; ... 阅读全文
posted @ 2013-02-18 00:10 程序流程图 阅读(196) 评论(0) 推荐(0)
摘要: 1.UVa 10010 Where's Waldorf?from cnblogs's rollenholt#include #include #define maxn 57 long test,m,n,k; char r[maxn][maxn]; const long xd[]={-1,-1,0,1,1,1,0,-1},yd[]={0,1,1,1,0,-1,-1,-1}; void search(const char *a,long&x,long &y) { longpos,xx,yy; for(longi=1;i=2)printf("\n" 阅读全文
posted @ 2013-02-18 00:04 程序流程图 阅读(171) 评论(0) 推荐(0)
上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 73 下一页
木其网络科技专业程序员代写http://www.xmsydw.com
程序员学历擅长经验网店链接
apenny硕士ASP.NET PHP 电子 通信设计 图像 编程 网络5年进入店铺
zheng_qianqian本科C语言 C++面向对象 Java5年进入店铺
guoguanl本科Java Web项目 JSP Hibernate Struts Mysql5年进入店铺