开发者

go常用网站

0
  • How to extend a jquery ui widget ? (1.7)

    I would like to create a custom version of the sortable widget. I have been searching for documentation, but could not find something really accurate. The best information I found was : http://jqueryu[详细]

    2022-12-24 02:16 分类:问答
  • go程序员日常开发效率神器汇总

    一. 开发工具 1)sql2go用于将 sql 语句转换为 golang 的 struct. 使用 ddl 语句即可。例如对于创建表的语句: show create table xxx. 将输出的语句,直接粘贴进去就行。http://stming.cn/tool/sql2go.html[详细]

    2022-12-04 11:33 分类:开发