随笔分类 - 项目实战相关
摘要:1. 阿里云买证书 2. /etc/httpd/conf httpd.conf <VirtualHost *:80> ServerAdmin denghuachengle@gmail.com DocumentRoot "/var/www/xxx/xxx_crm/api" ServerName crm
阅读全文
摘要:【目标】实现DataGridView分页【结果】基本实现:1.实现分页浏览,这种方法将数据库数据全部读到内存,只是分页显示。2.实现分页读取:写存储过程,获得以当前页码和页面大小为参数,读取需要的数据并显示。【条件】了解BindingSource,BindingNavigator,DataGridView控件,会SQL语句写存储过程。【方法】1.实现分页浏览: 1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using S...
阅读全文

浙公网安备 33010602011771号