我正在为班级做一个游戏,我决定制作一个领导板页面。由于我也有一个管理区域,所以我需要从页面中的两个表中获取数据。
这两个表是user_settings和leaderboards。这是我的leaderboards.php页面上的代码:
<?php $records = array();
if ($results = $db->query("SELECT * FROM user_settings UNION SELECT * FROM leaderboards")) {
if ($results->num_rows) {
所以我的游戏球终于来了,我很喜欢它。现在来了有趣的部分:配置。
当它第一次到达的时候,两个滚动区都在工作。但是我希望上面的两个按钮都是左和右击,下面的按钮是向后和向前的,左中间是中间的单击,我希望这两个滚动区域都能工作。
我正在使用Linux,但是在其他linux中,它不应该有太大的变化--我得到了以下按钮映射:
Button Code
Left upper 1
Left middle 2
Left lower 8
Right upper 3
Right middle Internal – DPI change
Ri
如何在我的Capistrano任务的执行语句中传递--env变量"staging or production“?
def restart_app
within current_path do
execute :pm2, :restart, fetch(:app_command)
end
end
def start_app
within current_path do
execute :pm2, :stop, fetch(:app_command)
end
end
目前,一旦启动,process.env.NODE_