Skip to main content

Chèn thẻ CODE vào blogger

Chèn đọan code sau vào thẻ mã html ( ở phần chỉnh mẫu ) Trứoc thẻ đóng của
<!-- the code -->
    <link href="https://sites.google.com/site/tessssssssblog/likeblog.css" rel="stylesheet" type="text/css"></link>
    <link href="http://steamdev.com/snippet/css/jquery.snippet.min.css" rel="stylesheet" type="text/css"></link>
    <script src="http://steamdev.com/snippet/js/jquery.snippet.min.js" type="text/javascript">
 <!-- end the code -->

Chèn đọan code sau vào truớc thẻ đóng của body  (</body>)
<!-- the code -->
    <script type='text/javascript'>
      $(document).ready(function(){
        $(&quot;pre.java&quot;).snippet(&quot;java&quot;);
        $(&#39;pre.c&#39;).snippet(&#39;c&#39;);
        $(&#39;pre.cpp&#39;).snippet(&#39;cpp&#39;);
        $(&#39;pre.csharp&#39;).snippet(&#39;csharp&#39;);
        $(&#39;pre.html&#39;).snippet(&#39;html&#39;);
        $(&#39;pre.javascript&#39;).snippet(&#39;javascript&#39;);
        $(&#39;pre.php&#39;).snippet(&#39;php&#39;);
        $(&#39;pre.javascript_dom&#39;).snippet(&#39;javascript_dom&#39;);
        $(&#39;pre.python&#39;).snippet(&#39;python&#39;);
        $(&#39;pre.sql&#39;).snippet(&#39;sql&#39;);
        $(&#39;pre.xml&#39;).snippet(&#39;xml&#39;);
        }); </script>
<!-- the code -->


Comments

Popular posts from this blog

Socket Android Client to PC Server C#

Using AsynCallback C# Android Client connect Server C# Source code:  http://ow.ly/OlXj309O1mj c# socket multi client, socket c# example, socket server c#, socket c# tutorial, asynchronous socket in c#, c# socket multiple clients, c# socket server multiple clients, Download source code:  Click Here

Bài tập thuật toán C/C++ Và Tuyển tập đề thi olympic

Gồm: +  Các thuật toán của Lê Minh Hoàng + Tuyển tập các đề thi olympic tin học sinh viên Link down: Tại đây

Mẹo và giải thuật C# dành cho người mới bắt đầu

Với nội dung kiến thức cơ bản nhất. Gồm 31 trang với những nội dung:  1. Kết nối CSDL SQL  -----------How to Create SQL Connection in C# 2. Đọc ghi file text với C#  -----------How to Write Text to a Txt File in C# -----------How to Read Text from a TXT File 3. Xóa Cookie C# -----------How to Delete Cookie Using C# 4. Gửi main sử dụng tài khoàn Gmail với C# -----------How to Send Email Using Your Gmail Account in C# 5. Kiểm tra ký tự nhập vào từ bàn  phím -----------How to Check If a Key Is Pressed In C# 6. Đổi tên file trong C# -----------How to Rename a File Using C# 7. Vô hiệu hóa chuột trong ô textbox C# -----------How to Disable Right Click in C# Textbox 8. Chọn tất cả trong listbox -----------How to Add Select All Button or Checkbox in CheckedListBox 9. Tạo mới thư mục bằng C# -----------How to Create a New Folder Using C# 10. Lấy các tiến trình đang chạy C# ----------- How to Get List of All the Running  Processes in C# 11. Tả...