A piece of data is sent from the background, such as: data: [{name: ", age: ", address: [ "tcp: 127.1.1.1:4000 ", "tcp: 127.1.1.2:4001 "; "tcp: 127.1.1.3:4002 "]},], hoping that address can be displayed in a table with a new line. my current disp...
because the value of adding data on the page will be empty, but the value of the database table is not empty, so it always fails to add data. How can we remove the restriction that the data in the database table is not empty? ...
this query operation I used the query plug-in ( rummage_ecto ), is the command line test: iex(4)rummage = %{ ...(4)> search: %{name: %{search_type: :like, search_term: "c"}}, ...(4)> sort: %{field: :name, order: :asc}, ......
my doubt is that the Range matches in these two functions. I tested that the following code can be executed (segmented lookup): defmodule Chop do def guess(actual, range = low..high) do guess = div(low+high, 2) IO.puts "Is it -sharp{...