摘要:
场景:1.在存储数据时有时接口需要合并字符串值,并以某些特殊字符来合并部分,到需要的时候再分割它。如一些数值,人名等。2.C++有strtok,stringstream和find函数来实现分割。可以根据情况调用。#include #include #include #include #include... 阅读全文
posted @ 2015-12-09 21:12
王庆东mas
阅读(420)
评论(0)
推荐(0)
摘要:
把 combobox里面的项换成checkedbox示例: combobox cbb=new combobox();if (null != ItemList && ItemList.Count > 0){CheckBox cb = new CheckBox();cb.CommandParameter... 阅读全文
posted @ 2015-12-09 15:14
王庆东mas
阅读(376)
评论(0)
推荐(0)
浙公网安备 33010602011771号