table表格固定最右侧操作列
摘要:这样实现最右侧列固定不动,其他列可以左右滑动 同时出现上下滚动条时可以正常上下滚动 代码如下: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style> table { border-collapse:
阅读全文
posted @
2020-06-18 16:35
ContinueW
阅读(2293)
推荐(1)
关于网站适配手机端
摘要:近期有几个网站需要适配手机端,直接访问会导致有些地方的样式错乱,增加了meta标签 <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, ini
阅读全文
posted @
2020-06-04 10:05
ContinueW
阅读(76)
推荐(0)
记录几个常用到的随笔
摘要:select * from (select * from jw_xsxxb order by sys_guid()) where rownum < X; --在表中随机获得x条数据 update journalarticle t set t.content = replace (t.content
阅读全文
posted @
2020-06-04 09:54
ContinueW
阅读(25)
推荐(0)