This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| http://stackoverflow.com/a/36344490 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <style> | |
| table, th, td { | |
| border: 1px solid black; | |
| border-collapse: collapse; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); | |
| /** | |
| * Name: Ion Auth Model | |
| * | |
| * Version: 2.5.2 | |
| * | |
| * Author: Ben Edmunds | |
| * [email protected] | |
| * @benedmunds | |
| * |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.example.administrator.myapplication; | |
| import android.media.AudioManager; | |
| import android.media.MediaPlayer; | |
| import android.media.session.MediaController; | |
| import android.net.Uri; | |
| import android.support.v7.app.AppCompatActivity; | |
| import android.os.Bundle; | |
| import android.view.Menu; | |
| import android.view.MenuItem; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> | |
| <title>Bootstrap 101 Template</title> | |
| <!-- Bootstrap --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> | |
| <title>Bootstrap 101 Template</title> | |
| <!-- Bootstrap --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script> | |
| function test(){ | |
| var x = (Number(3.3) * Number(4)).toFixed(2); | |
| document.write(x); | |
| } | |
| test(); | |
| </script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!--Css basic--> | |
| <li class="price_control op-wrap"> | |
| <div class="stt-control">4</div><div class="name-control n">4 chọn kiểu may * <span class="selected_item"></span></div> | |
| <ul class="control_type"> | |
| <li><input value="0" id="con-0" name="control_type" class="select_control_step_4" type="radio" /><label class="get_selected" for="con-0">Chia đều</label></li> | |
| <li><input value="1" id="con-1" name="control_type" class="select_control_step_4" type="radio" /><label class="get_selected" for="con-1">Xếp tầng</label></li> | |
| <div id="load_control_type" class="load_des"></div> | |
| <div class="next-step-wrap"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function get_single_template() { | |
| $object = get_queried_object(); | |
| $templates = array(); | |
| if ( ! empty( $object->post_type ) ) | |
| $templates[] = "single-{$object->post_type}.php"; | |
| // $templates[] = "single.php"; | |
| $the_categories = get_the_category(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <head> | |
| <script type="text/javascript" src="test.js"></script> | |
| <a href="javascript:loadjscssfile('myscript.js','js')">Load "myscript.js"</a> | |
| <a href="javascript:loadjscssfile('mystyle.css','css')">Load "mystyle.css"</a> | |
| <div class="demotable" style="background:red;">fsa</div> | |
| <a href="javascript:test()">function test</a> | |
| <div id="content"></div> | |
| </head> |