_show/id_XMjkyMDg1NjUyitem.htm id…

凤凰网游戏频道出品 责任编辑:邢爽
用户名&&密码所有评论仅代表网友意见,凤凰网保持中立 Plugin API/Action Reference/show user profile & WordPress Codex
Ready to get started?
Interested in functions, hooks, classes, or methods? Check out the new !
Plugin API/Action Reference/show user profile
This page is
as incomplete. You can
Codex by .
is typically used to output new fields or data to the bottom of WordPress's user profile pages.
This hook only triggers when a user is viewing their own profile page. If you want to apply your hook to ALL profile pages (not just the current user) then you also need to use the
() (optional) The
object of the user being edited.
Default: None
* Show custom user profile fields
obj $user The user object.
* @return void
function numediaweb_custom_user_profile_fields($user) {
&table class=&form-table&&
&label for=&tc_location&&&?php _e('Location'); ?&&/label&
&input type=&text& name=&tc_location& id=&tc_location& value=&&?php echo esc_attr( get_the_author_meta( 'tc_location', $user-&ID ) ); ?&& class=&regular-text& /&
&br&&span class=&description&&&?php _e('Your location.', 'travelcat'); ?&&/span&
&label for=&tc_favorites&&&?php _e('Favorites', 'travelcat'); ?&&/label&
&input type=&text& name=&tc_favorites& id=&tc_favorites& value=&&?php echo esc_attr( get_the_author_meta( 'tc_favorites', $user-&ID ) ); ?&& class=&regular-text& /&
&br&&span class=&description&&&?php _e('Can you share a few of your favorite places to be or to stay?', 'travelcat'); ?&&/span&
&br&&span class=&description&&&?php _e('Separate by commas.', 'travelcat'); ?&&/span&
&label for=&tc_travel_map&&&?php _e('Travel map', 'travelcat'); ?&&/label&
&input type=&text& name=&tc_travel_map& id=&tc_travel_map& value=&&?php echo esc_attr( get_the_author_meta( 'tc_travel_map', $user-&ID ) ); ?&& class=&regular-text& /&
&br&&span class=&description&&&?php _e('Been there / Going there within a year / Wish list.', 'travelcat'); ?&&/span&
&br&&span class=&description&&&?php _e('Separate by commas.', 'travelcat'); ?&&/span&
add_action('show_user_profile', 'numediaweb_custom_user_profile_fields');
add_action('edit_user_profile', 'numediaweb_custom_user_profile_fields');
The show_user_profile hook is located in
show_user_profile - Hooks near the bottom of profile page (if current user)
- Hooks near the bottom of the profile page (if not current user)
- Hooks near top of profile page after update (if current user)
- Hooks near top of profile page after update (if not current user)
- Hooks after the "Show toolbar..." option on profile page (if current user)
- Hooks above the "Name" section of profile page
Codex Resources
Code is PoetryFFDShow MPEG-4
FFDShow is an application which serves as a DirectShow decoding filter and which decompresses DivX, Xvid, MPEG-1, MPEG-2 and WMV media files.
One of the best "codec packs" on the market, FFDShow MPEG-4 Video Decoder is also used for post-processing video streams.
The main advantage of this video decoder is the low amount of resources it consumes, even when performing its most complex tasks.
If your CPU though becomes overloaded, this tool will reduce post-processing automatically.
Nevertheless, the application only runs on computers with CPU’s supporting MMX (MultiMedia eXperience) instructions. You can find out such information about your CPU by using a small tool, named .
FFDShow MPEG-4 Video Decoder is based on the original DirectShow filter from XviD, a GPL'ed implementation of MPEG4 encoder. In order to perform video decompression, it uses libavcodec from ffmpeg project.
It improves the visual quality of low bitrate movies due to its post-processing code from MPlayer.
Installation takes seconds and you can choose which components to deploy (VFW interface, DXVA video decoder, AviSynth scripts serving and application plugins for AviSynth and VirtualDub). The set up process is highly customizable and you have a very large options list.
FFDShow’s features are truly complex and this virtual item supports other formats and standards as well: Xvid, DivX 4, DivX 5, DivX 6, DivX 7, DivX 8; MSMPEG4v2, MSMPEG4v1; WMV1/7, WMV2/8; HuffYUV in YV12 H263, H263+, H264; MP3, AC3, DTS, E-AC3, AAC and many others.
To conclude, FFDShow MPEG-4 Video Decoder has all the qualities of a reliable software tool: incredibly lightweight, highly customizable, easy to use, system resources-friendly, and, as a decoding application, it supports a great variety of formats.
It is powerful and it delivers great performance, both as a codec and as a post-processing tool.
http://www./pictures/screenshots/thumb/FFDShow_2.png
<span itemprop="interactionCount" content="UserDownloads:27.003.339"
RELATED DOWNLOADS
: is a new DirectShow splitter for .mkv (Matroska), .mp4, .ogg/.ogm and .avi handling.
: helps to play MPEG2 (DVD, SVCD) in Windows Media Player or other video players.
: Video for Windows and DirectShow codec based on VFW code from XviD project and using libavcodec library from ffmpeg project for compression.
Freeware 27.003.339 downloads
When streaming after few days audio is DEsyncronised.
Solution is back to codec from 2011y or 2012y.
Good Codec Package, But some codecs doesn't work well... Like AAC :/MySQL 5.5 Reference Manual :: 13.7.5.35 SHOW SLAVE STATUS Syntax
MySQL 5.5 Manual
Section Navigation &&&&&[]
13.7.5.35 SHOW SLAVE STATUS Syntax
SHOW SLAVE STATUS
This statement provides status information on essential
parameters of the slave threads. It requires either the
privilege.
If you issue this statement using the
client, you can use a \G statement terminator
rather than a semicolon to obtain a more readable vertical
mysql& SHOW SLAVE STATUS\G
*************************** 1. row ***************************
Slave_IO_State: Waiting for master to send event
Master_Host: localhost
Master_User: root
Master_Port: 3306
Connect_Retry: 3
Master_Log_File: gbichot-bin.005
Read_Master_Log_Pos: 79
Relay_Log_File: gbichot-relay-bin.005
Relay_Log_Pos: 548
Relay_Master_Log_File: gbichot-bin.005
Slave_IO_Running: Yes
Slave_SQL_Running: Yes
Replicate_Do_DB:
Replicate_Ignore_DB:
Replicate_Do_Table:
Replicate_Ignore_Table:
Replicate_Wild_Do_Table:
Replicate_Wild_Ignore_Table:
Last_Errno: 0
Last_Error:
Skip_Counter: 0
Exec_Master_Log_Pos: 79
Relay_Log_Space: 552
Until_Condition: None
Until_Log_File:
Until_Log_Pos: 0
Master_SSL_Allowed: No
Master_SSL_CA_File:
Master_SSL_CA_Path:
Master_SSL_Cert:
Master_SSL_Cipher:
Master_SSL_Key:
Seconds_Behind_Master: 8
Master_SSL_Verify_Server_Cert: No
Last_IO_Errno: 0
Last_IO_Error:
Last_SQL_Errno: 0
Last_SQL_Error:
Replicate_Ignore_Server_Ids: 0
Master_Server_Id: 1
The following list describes the fields returned by
. For additional
information about interpreting their meanings, see
Slave_IO_State
A copy of the State field of the
output for
the slave I/O thread. This tells you what the thread is
doing: trying to connect to the master, waiting for events
from the master, reconnecting to the master, and so on. For
a listing of possible states, see
Master_Host
The master host that the slave is connected to.
Master_User
The user name of the account used to connect to the master.
Master_Port
The port used to connect to the master.
Connect_Retry
The number of seconds between connect retries (default 60).
This can be set with the
statement.
Master_Log_File
The name of the master binary log file from which the I/O
thread is currently reading.
Read_Master_Log_Pos
The position in the current master binary log file up to
which the I/O thread has read.
Relay_Log_File
The name of the relay log file from which the SQL thread is
currently reading and executing.
Relay_Log_Pos
The position in the current relay log file up to which the
SQL thread has read and executed.
Relay_Master_Log_File
The name of the master binary log file containing the most
recent event executed by the SQL thread.
Slave_IO_Running
Whether the I/O thread is started and has connected
successfully to the master. Internally, the state of this
thread is represented by one of the following three values:
MYSQL_SLAVE_NOT_RUN.
The slave I/O thread is not running. For this state,
Slave_IO_Running is
MYSQL_SLAVE_RUN_NOT_CONNECT.
The slave I/O thread is running, but is not connected
to a replication master. For this state,
Slave_IO_Running depends on the
server version as shown in the following table.
MYSQL_SLAVE_RUN_CONNECT.
The slave I/O thread is running, and is connected to a
replication master. For this state,
Slave_IO_Running is
The value of the
status variable corresponds with this value.
Slave_SQL_Running
Whether the SQL thread is started.
Replicate_Do_DB,
Replicate_Ignore_DB
The lists of databases that were specified with the
options, if any.
Replicate_Do_Table,
Replicate_Ignore_Table,
Replicate_Wild_Do_Table,
Replicate_Wild_Ignore_Table
The lists of tables that were specified with the
options, if any.
Last_Errno, Last_Error
These columns are aliases for
Last_SQL_Errno and
Last_SQL_Error.
resets the values
shown in these columns.
When the slave SQL thread receives an error, it reports
the error first, then stops the SQL thread. This means
that there is a small window of time during which
nonzero value for Last_SQL_Errno even
though Slave_SQL_Running still displays
Skip_Counter
The current value of the
system variable. See
Exec_Master_Log_Pos
The position in the current master binary log file to which
the SQL thread has read and executed, marking the start of
the next transaction or event to be processed. You can use
this value with the
statement's
MASTER_LOG_POS option when starting a new
slave from an existing slave, so that the new slave reads
from this point. The coordinates given by
(Relay_Master_Log_File,
Exec_Master_Log_Pos) in the master's
binary log correspond to the coordinates given by
(Relay_Log_File,
Relay_Log_Pos) in the relay log.
Relay_Log_Space
The total combined size of all existing relay log files.
Until_Condition,
Until_Log_File,
Until_Log_Pos
The values specified in the UNTIL clause
statement.
Until_Condition has these values:
None if no UNTIL
clause was specified
Master if the slave is reading until
a given position in the master's binary log
Relay if the slave is reading until a
given position in its relay log
Until_Log_File and
Until_Log_Pos indicate the log file name
and position that define the coordinates at which the SQL
thread stops executing.
Master_SSL_Allowed,
Master_SSL_CA_File,
Master_SSL_CA_Path,
Master_SSL_Cert,
Master_SSL_Cipher,
Master_SSL_Key,
Master_SSL_Verify_Server_Cert
These fields show the SSL parameters used by the slave to
connect to the master, if any.
Master_SSL_Allowed has these values:
Yes if an SSL connection to the
master is permitted
No if an SSL connection to the master
is not permitted
Ignored if an SSL connection is
permitted but the slave server does not have SSL support
The values of the other SSL-related fields correspond to the
values of the MASTER_SSL_CA,
MASTER_SSL_CAPATH,
MASTER_SSL_CERT,
MASTER_SSL_CIPHER,
MASTER_SSL_KEY, and
MASTER_SSL_VERIFY_SERVER_CERT options to
statement. See .
Seconds_Behind_Master
This field is an indication of how “late” the
When the slave is actively processing updates, this
field shows the difference between the current timestamp
on the slave and the original timestamp logged on the
master for the most event currently being processed on
the slave.
When no event is currently being processed on the slave,
this value is 0.
In essence, this field measures the time difference in
seconds between the slave SQL thread and the slave I/O
thread. If the network connection between master and slave
is fast, the slave I/O thread is very close to the master,
so this field is a good approximation of how late the slave
SQL thread is compared to the master. If the network is
slow, this is not
the slave SQL thread may quite often be caught up with the
slow-reading slave I/O thread, so
Seconds_Behind_Master often shows a value
of 0, even if the I/O thread is late compared to the master.
In other words, this column is useful only for
fast networks.
This time difference computation works even if the master
and slave do not have identical clock times, provided that
the difference, computed when the slave I/O thread starts,
remains constant from then on. Any changes—including
NTP updates—can lead to clock skews that can make
calculation of Seconds_Behind_Master less
This field is NULL (undefined or unknown)
if the slave SQL thread is not running, or if the slave I/O
thread is not running or is not connected to the master. For
example, if the slave I/O thread is running but is not
connected to the master and is sleeping for the number of
seconds given by the
statement or
(default 60) before reconnecting, the value is
NULL. This is because the slave cannot
know what the master is doing, and so cannot say reliably
how late it is.
The value of Seconds_Behind_Master is
based on the timestamps stored in events, which are
preserved through replication. This means that if a master
M1 is itself a slave of M0, any event from M1's binary log
that originates from M0's binary log has M0's timestamp for
that event. This enables MySQL to replicate
successfully.
However, the problem for
Seconds_Behind_Master is that if M1 also
receives direct updates from clients, the
Seconds_Behind_Master value randomly
fluctuates because sometimes the last event from M1
originates from M0 and sometimes is the result of a direct
update on M1.
Last_IO_Errno,
Last_IO_Error
The error number and error message of the most recent error
that caused the I/O thread to stop. An error number of 0 and
message of the empty string mean “no error.” If
the Last_IO_Error value is not empty, the
error values also appear in the slave's error log.
Prior to MySQL 5.5, Last_IO_Error and
Last_IO_Errno were not set in the event
that replication failed due to exceeding
resets the values
shown in these columns.
Last_SQL_Errno,
Last_SQL_Error
The error number and error message of the most recent error
that caused the SQL thread to stop. An error number of 0 and
message of the empty string mean “no error.” If
the Last_SQL_Error value is not empty,
the error values also appear in the slave's error log.
Last_SQL_Errno: 1051
Last_SQL_Error: error 'Unknown table 'z'' on query 'drop table z'
The message indicates that the table z
existed on the master and was dropped there, but it did not
exist on the slave, so
failed on the slave. (This might occur, for
example, if you forget to copy the table to the slave when
setting up replication.)
resets the values
shown in these columns.
Replicate_Ignore_Server_Ids
Beginning with MySQL 5.5, you can tell a slave to ignore
events from 0 or more masters using the
IGNORE_SERVER_IDS option of the
statement.
This is normally of interest only when using a circular or
other multi-master replication setup.
The message shown for
Replicate_Ignore_Server_Ids consists of a
space-delimited list of one or more numbers, the first value
indicating the number of s if not 0
(the default), this server-count value is followed by the
actual server IDs. For example, if a
containing the IGNORE_SERVER_IDS =
(2,6,9) option has been issued to tell a slave to
ignore masters having the server ID 2, 6, or 9, that
information appears as shown here:
Replicate_Ignore_Server_Ids: 3 2 6 9
Replicate_Ignore_Server_Ids filtering is
performed by the I/O thread, rather than by the SQL thread,
which means that events which are filtered out are not
written to the relay log. This differs from the filtering
actions taken by server options such
apply to the SQL thread.
Master_Server_Id
value from
the master.大作的时代,永不停歇的盛宴
上海新国际博览中心
07.31 - 08.03
寻找心中的女神
你希望求交往的妹子是…
是否根据厂商翻牌
喜欢啥样类型
是女的就行
对凶器有要求吗
有就满足了
喜欢多高的
在意体重不
四肢齐全就行
即时选配结果
大作(zuo)时(si)代
Showgirl大全
ChinaJoy新闻跟踪
国家新闻出版广电总局
国家互联网信息办公室
中华人民共和国教育部
中华人民共和国科学技术部
中华人民共和国工业和信息化部
中华人民共和国商务部
中华人民共和国国家版权局
中华人民共和国国家体育总局
中国共产主义青年团中央委员会
中国关心下一代工作委员会
中国国际贸易促进委员会
上海市人民政府
中国版协游戏出版物工作委员会
上海市新闻出版局
北京汉威信恒展览有限公司
ChinaJoy协办单位
上海市浦东新区人民政府

我要回帖

更多关于 新浪show 的文章

 

随机推荐