123

saasdfasdf
asdf
asfdasdf asfd

SQL查询:
SELECT cust.id, cust.name, loc.city FROM cust LEFT JOIN loc ON ( cust.loc_id = loc.id ) WHERE cust.type IN ( 1, 2 )WHERE cust.type IN ( 1, 2 )WHERE cust.type IN ( 1, 2 )WHERE cust.type IN ( 1, 2 );
var cow = new Mammal( "moo", {
	legs: 4
} );
你好 你好 ASDF SDF DDDDD  ASDF AS DDDDDDDDDDD
你好
 ________________
/                \
| How about moo? |  ^__^
\________________/  (oo)\_______
                  \ (__)\       )\/\
                        ||----w |
                        ||     ||

affdasfd
CKEDITOR_5_CONFIGS = {
    'default': {
        'toolbar': ['heading', '|', 'bold', 'italic', 'link',
                    'bulletedList', 'numberedList', 'blockQuote', 'imageUpload', ],
        'extraPlugins': ','.join(['codesnippet','uploadimage','prism','widget','lineutils',]), 
         #引入插件prism,其他插件富文本编辑器自带不需要下载
    },
 
<link rel="stylesheet" href="/include/ckeditor/plugins/codesnippet/lib/highlight/styles/monokai_sublime.css">
<script src="/include/ckeditor/plugins/codesnippet/lib/highlight/highlight.pack.js"></script>
<style>
<!--解决代码换行+圆角-->
pre{font-size:inherit;line-height: inherit;font-family: inherit;white-space: pre-wrap;white-space: -moz-pre-wrap;white-space: -pre-wrap;white-space: -o-pre-wrap;word-wrap: break-word;word-break: break-all;border-radius: 4px;}
</style>
 

本文由瞎悟学习网作者:hiovo 发表,其版权均为本站所有,文章内容系作者个人观点瞎悟学习,不代表对观点赞同或支持。如需转载,请注明文章来源。

下一篇:很抱歉没有了
    匿名评论
  • 评论
人参与,条评论